diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2007-12-03 06:45:21 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2007-12-03 06:45:21 +0000 |
commit | d1e8b3dd5b1af4c2be01833553fbc8c85b2d968b (patch) | |
tree | ab99696e1b1ba77dd9e7a0887a854ba327d9290b /conf/machine/mpc8313e-rdb.conf | |
parent | f7008986be621580efe1e77aa504fd3e29a1f1a6 (diff) |
mpc8313e-rdb: add JFFS2 arguments for rootfs on NAND flash
Diffstat (limited to 'conf/machine/mpc8313e-rdb.conf')
-rw-r--r-- | conf/machine/mpc8313e-rdb.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/mpc8313e-rdb.conf b/conf/machine/mpc8313e-rdb.conf index 3c47b53b56..81c3e29e91 100644 --- a/conf/machine/mpc8313e-rdb.conf +++ b/conf/machine/mpc8313e-rdb.conf @@ -13,6 +13,9 @@ MACHINE_FEATURES = "kernel26 usbhost ext2" PREFERRED_VERSION_u-boot = "1.3.0" UBOOT_MACHINE = "MPC8313ERDB_33_config" +#rootfs on NAND flash +EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x4000 --no-cleanmarkers" + #don't try to access tty1 USE_VT = "0" |