diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-12-19 12:45:48 +0100 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-01-06 21:38:53 +0100 |
commit | 77620ff555499121e55731899826e52ab3ed96ee (patch) | |
tree | f32bccec86fb928ec51b5d36ed994554a8d892e1 /conf/machine/htcuniversal.conf | |
parent | ed1e1b42c0a348ed90ca1a5b3a55532af8e6232f (diff) |
htcuniversal.conf: Remove duplicated EXTRA_ARCHS entries.
Diffstat (limited to 'conf/machine/htcuniversal.conf')
-rw-r--r-- | conf/machine/htcuniversal.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index 55a6757e7c..1a5e18dd71 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -6,7 +6,7 @@ # Hardware-based properties # TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = " armv4t armv5te iwmmxt" +PACKAGE_EXTRA_ARCHS = " iwmmxt" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. require conf/machine/include/tune-xscale.inc |