set a compatible command-line to boot from flash
SVN-Revision: 33078
This commit is contained in:
parent
5dd996bc2a
commit
0028429dfa
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
compatible = "devolo,dlan-usb-extender", "moschip,mcs8140", "moschip,mcs814x";
|
compatible = "devolo,dlan-usb-extender", "moschip,mcs8140", "moschip,mcs814x";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs = "mem=16M console=ttyS0,57600 earlyprintk";
|
bootargs = "mem=16M console=ttyS0,57600 earlyprintk rootfstype=squashfs,jffs2 root=/dev/mtdblock4";
|
||||||
};
|
};
|
||||||
|
|
||||||
ahb {
|
ahb {
|
||||||
|
|
Loading…
Reference in a new issue