1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 22:23:16 +03:00

[mcs814x] change partition names to be more in line with other OpenWrt devices

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33127 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-08-11 12:55:30 +00:00
parent 5a05d95284
commit 0855a531ce

View File

@ -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 rootfstype=squashfs,jffs2 root=/dev/mtdblock4"; bootargs = "mem=16M console=ttyS0,57600 earlyprintk";
}; };
ahb { ahb {
@ -40,15 +40,15 @@
reg = <0x40000 0x10000>; reg = <0x40000 0x10000>;
}; };
partition@50000 { partition@50000 {
label = "bZimage"; label = "kernel";
reg = <0x50000 0x100000>; reg = <0x50000 0x100000>;
}; };
partition@150000 { partition@150000 {
label = "UserFS"; label = "rootfs";
reg = <0x150000 0x3C0000>; reg = <0x150000 0x3C0000>;
}; };
partition@50001 { partition@50001 {
label = "Combined"; label = "linux";
reg = <0x50000 0x4C0000>; reg = <0x50000 0x4C0000>;
}; };
}; };