diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-13 16:53:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-13 16:53:18 +0000 |
commit | 31b98b02bd75d691f7e95624bbd5296152cd6a21 (patch) | |
tree | 8911d98b4b8e80e4f3afd4786eb7c86d88d45a8b /conf/machine | |
parent | d40b6ccd735dbb8c8ae11d2fb8aec6e5cba59427 (diff) |
davinci-evm: rename it so overrides work properly
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/davinci-dvevm.conf (renamed from conf/machine/davinci_dvevm.conf) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/davinci_dvevm.conf b/conf/machine/davinci-dvevm.conf index 57afed1550..993349181d 100644 --- a/conf/machine/davinci_dvevm.conf +++ b/conf/machine/davinci-dvevm.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the TI Davinci EVM board TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv5te" +PACKAGE_EXTRA_ARCHS = "armv4t armv5te" HOTPLUG = "udev" |