diff options
author | Philip Black <phil.black@hillcrestlabs.com> | 2010-01-08 11:14:39 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-01-08 14:20:20 -0800 |
commit | 70ff05efe02d48875ddb1f01d04e3a815a4ac160 (patch) | |
tree | 2d9b0ed321fd0d0aca41c463c2209d80508a408d | |
parent | 68be910ff169e8095fe2f1b3270bd89323a064af (diff) |
dm365-evm.conf: Call UBOOT_MACHINE davinci_dm365_evm_config on DM365 DVM
* The machine conf for the davinci dm365 EVM board was wrong.
This patch fixes it.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/machine/dm365-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/dm365-evm.conf b/conf/machine/dm365-evm.conf index 1fd51234e2..5a5161673b 100644 --- a/conf/machine/dm365-evm.conf +++ b/conf/machine/dm365-evm.conf @@ -5,4 +5,4 @@ require conf/machine/include/davinci.inc require conf/machine/include/dm365.inc -UBOOT_MACHINE = "davinci_dm365evm_config" +UBOOT_MACHINE = "davinci_dm365_evm_config" |