diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-08-11 12:55:30 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-08-11 12:55:30 +0000 |
commit | 43ddb1d7af2465c77938ff59938f9f39c5cb65f7 (patch) | |
tree | 0e9ed54a660cb1ccbf3272039c239fe4fb0af288 | |
parent | 911a83dffca395b25533a9b058bf433dce6e43ac (diff) | |
download | upstream-43ddb1d7af2465c77938ff59938f9f39c5cb65f7.tar.gz upstream-43ddb1d7af2465c77938ff59938f9f39c5cb65f7.tar.bz2 upstream-43ddb1d7af2465c77938ff59938f9f39c5cb65f7.zip |
change partition names to be more in line with other OpenWrt devices
SVN-Revision: 33127
-rw-r--r-- | target/linux/mcs814x/files-3.3/arch/arm/boot/dts/dlan-usb-extender.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/mcs814x/files-3.3/arch/arm/boot/dts/dlan-usb-extender.dts b/target/linux/mcs814x/files-3.3/arch/arm/boot/dts/dlan-usb-extender.dts index d8a956c416..c8611deab7 100644 --- a/target/linux/mcs814x/files-3.3/arch/arm/boot/dts/dlan-usb-extender.dts +++ b/target/linux/mcs814x/files-3.3/arch/arm/boot/dts/dlan-usb-extender.dts @@ -14,7 +14,7 @@ compatible = "devolo,dlan-usb-extender", "moschip,mcs8140", "moschip,mcs814x"; chosen { - bootargs = "mem=16M console=ttyS0,57600 earlyprintk rootfstype=squashfs,jffs2 root=/dev/mtdblock4"; + bootargs = "mem=16M console=ttyS0,57600 earlyprintk"; }; ahb { @@ -40,15 +40,15 @@ reg = <0x40000 0x10000>; }; partition@50000 { - label = "bZimage"; + label = "kernel"; reg = <0x50000 0x100000>; }; partition@150000 { - label = "UserFS"; + label = "rootfs"; reg = <0x150000 0x3C0000>; }; partition@50001 { - label = "Combined"; + label = "linux"; reg = <0x50000 0x4C0000>; }; }; |