diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-12-22 00:32:07 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-12-22 00:32:07 -0500 |
commit | bd7e99163ef2cad959ae3303ffd3f85776281356 (patch) | |
tree | e91d709d3736e845df9545a1d7cc988cc819557d /conf/machine/hawkboard.conf | |
parent | ac038cb468a3997cd440aacd53e05bcc672a8c63 (diff) |
omapl1: fix the .inc/.conf copy/paste error and inconsistency
Diffstat (limited to 'conf/machine/hawkboard.conf')
-rw-r--r-- | conf/machine/hawkboard.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/hawkboard.conf b/conf/machine/hawkboard.conf index ccf571ef9f..ae53a53377 100644 --- a/conf/machine/hawkboard.conf +++ b/conf/machine/hawkboard.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the TI Hawkboard require conf/machine/include/davinci.inc -require conf/machine/include/omapl138.conf +require conf/machine/include/omapl138.inc UBOOT_MACHINE = "da850_omapl138_evm_config" UBOOT_ENTRYPOINT = "0xc0008000" |