ppc40x: increase kernel partition size on OpenRB/Magicbox
[openwrt/svn-archive/archive.git] / target / linux / ppc40x / patches / 004-magicbox.patch
index 95736a1e0c8764500e823407e1e8e0bc8a91270c..ff18b49fa0b382542b8ba8c774fcb84c012f413b 100644 (file)
 +                              #size-cells = <1>;
 +                              partition@0 {
 +                                      label = "linux";
-+                                      reg = <0x0 0x120000>;
++                                      reg = <0x0 0x140000>;
 +                              };
 +                              partition@120000 {
 +                                      label = "rootfs";
-+                                      reg = <0x120000 0x2a0000>;
++                                      reg = <0x140000 0x680000>;
 +                              };
-+                              partition@3c0000 {
++                              partition@7c0000 {
 +                                      label = "u-boot";
-+                                      reg = <0x3c0000 0x30000>;
++                                      reg = <0x7c0000 0x30000>;
 +                                      read-only;
 +                              };
 +                      };