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/palmz31.conf | |
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/palmz31.conf')
-rw-r--r-- | conf/machine/palmz31.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/palmz31.conf b/conf/machine/palmz31.conf index 9fb5f7ead9..0332952edc 100644 --- a/conf/machine/palmz31.conf +++ b/conf/machine/palmz31.conf @@ -11,6 +11,9 @@ 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 \ |