git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f700898
)
mpc8313e-rdb: add JFFS2 arguments for rootfs on NAND flash
author
Jeremy Laine
<jeremy.laine@m4x.org>
Mon, 3 Dec 2007 06:45:21 +0000
(06:45 +0000)
committer
Jeremy Laine
<jeremy.laine@m4x.org>
Mon, 3 Dec 2007 06:45:21 +0000
(06:45 +0000)
conf/machine/mpc8313e-rdb.conf
patch
|
blob
|
history
diff --git
a/conf/machine/mpc8313e-rdb.conf
b/conf/machine/mpc8313e-rdb.conf
index
3c47b53
..
81c3e29
100644
(file)
--- 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"