change partition names to be more in line with other OpenWrt devices
authorFlorian Fainelli <florian@openwrt.org>
Sat, 11 Aug 2012 12:55:30 +0000 (12:55 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 11 Aug 2012 12:55:30 +0000 (12:55 +0000)
SVN-Revision: 33127

target/linux/mcs814x/files-3.3/arch/arm/boot/dts/dlan-usb-extender.dts

index d8a956c416f6dc27111d61a61e45f0634d7e73de..c8611deab714290ccd1dd0d6b62046c3dc20f733 100644 (file)
@@ -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 {
                                                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>;
                                        };
                                };