From e7adac34e40afeb0c0ae5fe3d1207d9bf10dfabc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 18 Jul 2010 22:18:55 +0000 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 Acked-by: Koen Kooi Acked-by: Martin Jansa --- conf/machine/include/ixp4xx.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'conf/machine/include/ixp4xx.inc') diff --git a/conf/machine/include/ixp4xx.inc b/conf/machine/include/ixp4xx.inc index 192cbb121b..cf7f0dd603 100644 --- a/conf/machine/include/ixp4xx.inc +++ b/conf/machine/include/ixp4xx.inc @@ -22,7 +22,6 @@ IMAGE_FSTYPES ?= "jffs2 tar.gz" EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x20000 -n" require conf/machine/include/tune-xscale.inc -require conf/machine/include/tune-thumb.inc #------------------------------------------------------------------------------- # Board defaults -- cgit v1.2.3