diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-19 22:03:57 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-19 22:05:10 -0700 |
commit | 4cd34e570e497828e4e3e4c0e91cd71d7079ffd5 (patch) | |
tree | 6bb0cf6e6dc4cfbdca7f5d10a62dfacdbafc3d7e /conf/machine/include/ixp4xx.inc | |
parent | ed482f39825375f631182622c75e18949002b488 (diff) |
Revert "distro: Move thumb into distro features"
This reverts commit e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine/include/ixp4xx.inc')
-rw-r--r-- | conf/machine/include/ixp4xx.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/ixp4xx.inc b/conf/machine/include/ixp4xx.inc index cf7f0dd603..192cbb121b 100644 --- a/conf/machine/include/ixp4xx.inc +++ b/conf/machine/include/ixp4xx.inc @@ -22,6 +22,7 @@ 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 |