aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/collie.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/collie.conf')
-rw-r--r--conf/machine/collie.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf
index 30e3df2..0743afe 100644
--- a/conf/machine/collie.conf
+++ b/conf/machine/collie.conf
@@ -3,11 +3,11 @@
#@DESCRIPTION: Machine configuration for the SA1100 based Sharp Zaurus SL-5000 and SL-5500 devices
require conf/machine/include/zaurus.inc
-require conf/machine/include/tune-strongarm1100.inc
+require conf/machine/include/arm/armv4/tune-strongarm1100.inc
JFFS2_ERASEBLOCK = "0x20000"
# For NOR flash we need the cleanmarkers so override the defaults
-EXTRA_IMAGECMD_jffs2 = "--pad=14680064 -l -e ${JFFS2_ERASEBLOCK}"
+EXTRA_IMAGECMD:jffs2 = "--pad=14680064 -l -e ${JFFS2_ERASEBLOCK}"
# sumtool does not accept the argument for --pad
JFFS2_SUM_EXTRA_ARGS = "-p -l -e ${JFFS2_ERASEBLOCK}"