diff options
author | Koen Kooi <k-kooi@ti.com> | 2009-12-04 15:53:23 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-04 19:46:03 +0100 |
commit | a16e99914ceb0a552a6e376551d2a4fc0ed5a537 (patch) | |
tree | a0c6c08ca6d62a211b6c9fff224cb18c81eb579f /conf/machine | |
parent | e23f7ee8b6d4c2c4878bca566a6f8e26decc7a45 (diff) |
hawkboard, da850-omapl138-evm: use l138 include
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/da850-omapl138-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/hawkboard.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/da850-omapl138-evm.conf b/conf/machine/da850-omapl138-evm.conf index 746518b355..b61c00ca27 100644 --- a/conf/machine/da850-omapl138-evm.conf +++ b/conf/machine/da850-omapl138-evm.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the TI DA850/OMAPL138 EVM board require conf/machine/include/davinci.inc -require conf/machine/include/omapl137.inc +require conf/machine/include/omapl138.inc UBOOT_MACHINE = "da850_omapl138_evm_config" UBOOT_ENTRYPOINT = "0xc0008000" diff --git a/conf/machine/hawkboard.conf b/conf/machine/hawkboard.conf index 5a9df79ade..ccf571ef9f 100644 --- a/conf/machine/hawkboard.conf +++ b/conf/machine/hawkboard.conf @@ -3,6 +3,7 @@ #@DESCRIPTION: Machine configuration for the TI Hawkboard require conf/machine/include/davinci.inc +require conf/machine/include/omapl138.conf UBOOT_MACHINE = "da850_omapl138_evm_config" UBOOT_ENTRYPOINT = "0xc0008000" |