aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/hx4700.conf8
1 files changed, 2 insertions, 6 deletions
diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf
index b0c60c3..f8f5c7c 100644
--- a/conf/machine/hx4700.conf
+++ b/conf/machine/hx4700.conf
@@ -5,13 +5,10 @@
#
# Hardware-based properties
#
-
-# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
require conf/machine/include/tune-xscale.inc
-PACKAGE_EXTRA_ARCHS = "${PACKAGE_EXTRA_ARCHS_tune-${DEFAULTTUNE}} iwmmxt"
-# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
-#require conf/machine/include/tune-iwmmxt.inc
+MACHINE_FEATURES += "iwmmxt"
+PACKAGE_EXTRA_ARCHS_tune-xscale += "iwmmxt"
ROOT_FLASH_SIZE = "80"
VOLATILE_STORAGE_SIZE = "64"
@@ -21,7 +18,6 @@ MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
MACHINE_DISPLAY_ORIENTATION = "0"
MACHINE_DISPLAY_PPI = "200"
MACHINE_FEATURES = "alsa apm bluetooth irda pcmcia screen touchscreen usbgadget wifi vfat"
-MACHINE_FEATURES += "iwmmxt"
#
# Software/packages selection