summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/nokia770.conf5
-rw-r--r--conf/machine/tune-arm926ejs.conf2
2 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/nokia770.conf b/conf/machine/nokia770.conf
index ef381f1fc8..468e1e9c54 100644
--- a/conf/machine/nokia770.conf
+++ b/conf/machine/nokia770.conf
@@ -13,8 +13,9 @@ GPE_EXTRA_INSTALL += "gaim sylpheed"
include conf/machine/handheld-common.conf
-# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
-include conf/machine/tune-xscale.conf
+# Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm.
+include conf/machine/tune-arm926ejs.conf
+
#size of the root partition (yes, it is 123 MB)
ROOT_FLASH_SIZE = "123"
diff --git a/conf/machine/tune-arm926ejs.conf b/conf/machine/tune-arm926ejs.conf
index e69de29bb2..b07b603054 100644
--- a/conf/machine/tune-arm926ejs.conf
+++ b/conf/machine/tune-arm926ejs.conf
@@ -0,0 +1,2 @@
+TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
+PACKAGE_ARCH = "arm926ejs"