kernel: enable EXPORTFS by default
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / vh4032n.dts
index 78a708ac06bbb16e40967cc99394d904e4c7b6ea..6dee8750150ee3720220572deb8b40c02379bbfd 100644 (file)
@@ -9,7 +9,7 @@
        compatible = "observa,vh4032n", "brcm,bcm6368";
 
        chosen {
-               bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
                stdout-path = "serial0:115200n8";
        };
 
 
        linux,part-probe = "bcm63xxpart";
 
-       cfe@0 {
-               label = "CFE";
-               reg = <0x0000000 0x0020000>;
-               read-only;
-       };
+       partitions {
+               compatible = "fixed-partitions";
+               #address-cells = <1>;
+               #size-cells = <1>;
 
-       linux@20000 {
-               label = "linux";
-               reg = <0x0020000 0x1fc0000>;
-       };
+               cfe@0 {
+                       label = "CFE";
+                       reg = <0x0000000 0x0020000>;
+                       read-only;
+               };
 
-       nvram@1fe0000 {
-               label = "nvram";
-               reg = <0x1fe0000 0x020000>;
+               linux@20000 {
+                       label = "linux";
+                       reg = <0x0020000 0x1fc0000>;
+                       compatible = "brcm,bcm963xx-imagetag";
+               };
+
+               nvram@1fe0000 {
+                       label = "nvram";
+                       reg = <0x1fe0000 0x020000>;
+               };
        };
 };