From 42af461c778e2f2bde95f6bfeef0f5fc732999bb Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Mon, 17 Feb 2014 23:13:57 +0100 Subject: zaurus: catch up with sum.jffs2 -> jffs2.sum renaming Signed-off-by: Andrea Adami --- conf/machine/collie.conf | 2 +- conf/machine/include/zaurus.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf index cb5a928..c3223ec 100644 --- a/conf/machine/collie.conf +++ b/conf/machine/collie.conf @@ -9,7 +9,7 @@ JFFS2_ERASEBLOCK = "0x20000" # For NOR flash we need the cleanmarkers so override the defaults EXTRA_IMAGECMD_jffs2 = "--pad=14680064 -l -e ${JFFS2_ERASEBLOCK}" # sumtool does not accept the argument for --pad -EXTRA_IMAGECMD_sum.jffs2 = "-p -l -e ${JFFS2_ERASEBLOCK}" +EXTRA_IMAGECMD_jffs2.sum = "-p -l -e ${JFFS2_ERASEBLOCK}" # UBI: max collie (14.125 = 113 PEBs) # 14.125 x 1024 : 128 = 113 PEBs diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index db6ce14..10dad41 100644 --- a/conf/machine/include/zaurus.inc +++ b/conf/machine/include/zaurus.inc @@ -2,8 +2,8 @@ # Zaurus common settings ######################## -IMAGE_FSTYPES ?= "tar.gz jffs2 sum.jffs2 ubi ubifs" -EXTRA_IMAGECMD_sum.jffs2 = "-p -l -e ${JFFS2_ERASEBLOCK} -n" +IMAGE_FSTYPES ?= "tar.gz jffs2 jffs2.sum ubi ubifs" +EXTRA_IMAGECMD_jffs2.sum = "-p -l -e ${JFFS2_ERASEBLOCK} -n" INITRAMFS_FSTYPES ?= "cpio.gz cpio.lzma" IMAGE_DEVICE_TABLES = "" -- cgit 1.2.3-korg