diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-25 12:47:14 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-25 12:47:14 +0000 |
commit | e0fa4303b7c3d9b160bf34084045d17e01a07f8c (patch) | |
tree | 6e1edc8541f18bb6f488c2e3be82e8127ee04d87 /conf | |
parent | c585ae68ff70f0429c7e0b0024830bf49dba8f87 (diff) |
as discussed in #oe a couple of weeks ago, the simpad now uses two partitions.
BKrev: 417cf5d2eoR8I42ce55zn3sSWRtprA
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/simpad.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index 3bbff0656c..02681405df 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -16,7 +16,7 @@ kernel-module-pcnet-cs kernel-module-8390" BOOTSTRAP_EXTRA_DEPENDS += "e2fsprogs" BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs" -EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" +EXTRA_IMAGECMD_jffs2 = "--pad=0xe80000 --little-endian --eraseblock=0x20000 -n" EXTRA_IMAGEDEPENDS = "" INHERIT += "simpad_flashimg" SERIAL_CONSOLE = "ttySA0 38400 vt100" |