From eb28e77b2310ed170d8173371f80c09a50c741b0 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Mon, 10 Mar 2008 13:46:41 +0000 Subject: mainstone.conf: Fix padding of image for current flash layout. --- conf/machine/mainstone.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'conf/machine/mainstone.conf') diff --git a/conf/machine/mainstone.conf b/conf/machine/mainstone.conf index 3bed8c010d..68dcfb069a 100644 --- a/conf/machine/mainstone.conf +++ b/conf/machine/mainstone.conf @@ -14,8 +14,7 @@ require conf/machine/include/tune-xscale.inc # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttyS0" -# used by opie-collections.inc ROOT_FLASH_SIZE = "16" MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen keyboard alsa irda" -EXTRA_IMAGECMD_jffs2 = "--pad --little-endian -e 0x40000 --pad=0x01000000" +EXTRA_IMAGECMD_jffs2 = "--little-endian -e 0x40000 --pad=0x02000000" -- cgit v1.2.3