From fef7626ef7c8193d920d83bf0254efab59239c93 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Tue, 15 Oct 2013 22:51:27 +0200 Subject: motorola-ezx-base.inc: reorder and remove old comments about iwmmxt Signed-off-by: Andrea Adami --- conf/machine/include/motorola-ezx-base.inc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'conf') diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc index cbc871e..d6bb42d 100644 --- a/conf/machine/include/motorola-ezx-base.inc +++ b/conf/machine/include/motorola-ezx-base.inc @@ -2,12 +2,12 @@ # 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_tune-xscale += "iwmmxt" -# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first -#require conf/machine/include/tune-iwmmxt.inc +MACHINE_FEATURES = "alsa apm bluetooth keyboard phone screen touchscreen usbgadget usbhost vfat qvga" +MACHINE_FEATURES += " iwmmxt" + +PACKAGE_EXTRA_ARCHS_tune-xscale += "iwmmxt" #cat /proc/mtd #dev: size erasesize name @@ -16,8 +16,6 @@ PACKAGE_EXTRA_ARCHS_tune-xscale += "iwmmxt" #mtd2: 00580000 00020000 "VFM_Filesystem" #mtd3: 00020000 00020000 "Logo" -MACHINE_FEATURES = "alsa apm bluetooth keyboard phone screen touchscreen usbgadget usbhost vfat qvga" -MACHINE_FEATURES += " iwmmxt" # # Software/packages selection -- cgit 1.2.3-korg