diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2007-10-30 17:59:38 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-30 17:59:38 +0000 |
commit | 2d17f940303aa903de8c6f7a6a5d64f294131897 (patch) | |
tree | 6ae5742a368a689a881f8a92bad88bb0fa7aef4b /conf/machine | |
parent | 5c757fd78686cfdbee7ec757f22b9aa9ae0dc9ae (diff) |
conf/machine/mpc8323e-rdb.conf : Add correct parameters for jffs2 creation
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/mpc8323e-rdb.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/mpc8323e-rdb.conf b/conf/machine/mpc8323e-rdb.conf index 0335cb6249..a6b29552c5 100644 --- a/conf/machine/mpc8323e-rdb.conf +++ b/conf/machine/mpc8323e-rdb.conf @@ -13,6 +13,8 @@ MACHINE_FEATURES = "kernel26 usbhost ext2" PREFERRED_VERSION_u-boot = "git" UBOOT_MACHINE = "MPC8323ERDB_config" +EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000" + #don't try to access tty1 USE_VT = "0" |