diff options
Diffstat (limited to 'conf/machine/mpc8323e-rdb.conf')
-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" |