Author: luka
Date: 2016-03-14 18:06:15 +0100 (Mon, 14 Mar 2016)
New Revision: 49015

Modified:
   trunk/target/linux/kirkwood/patches-3.18/180-goflexhome.patch
   trunk/target/linux/kirkwood/patches-3.18/181-goflexnet.patch
Log:
kirkwood/goflexnet/goflexhome: change mtd layout to use the last 3 mb

Previous the uboot was overwriting the device-tree's mtd layout to use
the last 3 mb.

Signed-off-by: Alexander Couzens <[email protected]>

Modified: trunk/target/linux/kirkwood/patches-3.18/180-goflexhome.patch
===================================================================
--- trunk/target/linux/kirkwood/patches-3.18/180-goflexhome.patch       
2016-03-14 17:06:14 UTC (rev 49014)
+++ trunk/target/linux/kirkwood/patches-3.18/180-goflexhome.patch       
2016-03-14 17:06:15 UTC (rev 49015)
@@ -114,7 +114,7 @@
 +
 +      partition@100000 {
 +              label = "ubi";
-+              reg = <0x100000 0xfc00000>;
++              reg = <0x100000 0x0ff00000>;
 +      };
 +};
 +

Modified: trunk/target/linux/kirkwood/patches-3.18/181-goflexnet.patch
===================================================================
--- trunk/target/linux/kirkwood/patches-3.18/181-goflexnet.patch        
2016-03-14 17:06:14 UTC (rev 49014)
+++ trunk/target/linux/kirkwood/patches-3.18/181-goflexnet.patch        
2016-03-14 17:06:15 UTC (rev 49015)
@@ -19,7 +19,7 @@
 -              label = "root";
 -              reg = <0x02500000 0xd800000>;
 +              label = "ubi";
-+              reg = <0x0100000 0xfc00000>;
++              reg = <0x0100000 0x0ff00000>;
        };
  };
  
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to