From 23fa4eef4ce4d468805f59f551827ecaa1f9180d Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sun, 13 Oct 2013 01:28:21 +0200 Subject: hx4700.conf: standardize the iwmmxt extra packaging Signed-off-by: Andrea Adami --- conf/machine/hx4700.conf | 8 ++------ 1 file 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 -- cgit 1.2.3-korg