diff options
author | Koen Kooi <koen@openembedded.org> | 2005-10-11 15:17:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-11 15:17:20 +0000 |
commit | 15c513d11ea4d25dc8abe16b54be38e8e2388ce6 (patch) | |
tree | 0747b64acc0a8fc9ce0de1ea487e8df8228e65bf | |
parent | 7b832cf420f3a7f41edd94778e249c4ea52fa615 (diff) |
h3900.conf: use tune-xscale
-rw-r--r-- | conf/machine/h3900.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf index 3a8f9e0c5c..cff74131d5 100644 --- a/conf/machine/h3900.conf +++ b/conf/machine/h3900.conf @@ -38,5 +38,5 @@ include conf/machine/handheld-common.conf GUI_MACHINE_CLASS = "smallscreen" -# not using tune-xscale so as to retain backwards compatibility -include conf/machine/tune-strongarm.conf +#use tune xscale for extra performance. Distro feeds be built with tune-strongarm +include conf/machine/tune-xscale.conf |