From ef20f4f572d9ef8b57271105b341a44f801ed6bb Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 25 May 2010 09:13:42 +0200 Subject: imote2.conf: Only define the eraseblock size once The second definition overlayed the first one. It was consistent, but we still want to only have the correct one. --- conf/machine/imote2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/imote2.conf b/conf/machine/imote2.conf index 24da0d0678..313b3b3921 100644 --- a/conf/machine/imote2.conf +++ b/conf/machine/imote2.conf @@ -9,7 +9,7 @@ PACKAGE_EXTRA_ARCHS = " iwmmxt" KERNEL_IMAGETYPE = "zImage" IMAGE_FSTYPE += "jffs2" -EXTRA_IMAGECMD_jffs2 = "--little-endian -e 0x40000 --pad=0x01DC0000 --eraseblock=0x20000" +EXTRA_IMAGECMD_jffs2 = "--little-endian --pad=0x01DC0000 --eraseblock=0x20000" CMDLINE="root=/dev/mtdblock2 rootfstype=jffs2 console=ttyS2,115200 mem=32M" -- cgit 1.2.3-korg