From e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 19 Jul 2010 01:09:01 -0700 Subject: distro: Move thumb into distro features * Currenlty we define the thumb specific overrides in machine tune files and as machine conf files are included before the distro conf files the overrides dont get right values and set incorrectly. * This patch moves the tune-thumb.inc from machine/include into distro/include and lets distro decide on thumb and thumb-interworking features based on the machine selected. If a machine which does not support thumb like all armv4 based machines is selected then distro makes correct decision now to disable thumb and thumb-interworking based upon the machine seletected. Signed-off-by: Khem Raj --- conf/machine/palmz31.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf/machine/palmz31.conf') diff --git a/conf/machine/palmz31.conf b/conf/machine/palmz31.conf index 0332952edc..9fb5f7ead9 100644 --- a/conf/machine/palmz31.conf +++ b/conf/machine/palmz31.conf @@ -11,9 +11,6 @@ MACHINE_DISPLAY_HEIGHT_PIXELS = "160" SERIAL_CONSOLE = "115200 ttyS0" -# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -require conf/machine/include/tune-thumb.inc - MACHINE_EXTRA_RRECOMMENDS += "kernel-module-i2c-pxa \ kernel-module-i2c-algo-pxa \ kernel-module-i2c-dev \ -- cgit v1.2.3