mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
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 <lynxis@fe80.eu> SVN-Revision: 49015
This commit is contained in:
parent
ab13a001dd
commit
76c2c676ec
@ -114,7 +114,7 @@ Index: linux-3.18.27/arch/arm/boot/dts/kirkwood-goflexhome.dts
|
||||
+
|
||||
+ partition@100000 {
|
||||
+ label = "ubi";
|
||||
+ reg = <0x100000 0xfc00000>;
|
||||
+ reg = <0x100000 0x0ff00000>;
|
||||
+ };
|
||||
+};
|
||||
+
|
||||
|
@ -19,7 +19,7 @@ Index: linux-4.4.4/arch/arm/boot/dts/kirkwood-goflexnet.dts
|
||||
- label = "root";
|
||||
- reg = <0x02500000 0xd800000>;
|
||||
+ label = "ubi";
|
||||
+ reg = <0x0100000 0xfc00000>;
|
||||
+ reg = <0x0100000 0x0ff00000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user