mirror of https://github.com/hak5/openwrt.git
lantiq: update VG3503J.dts to match new partition layout
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36439lede-17.01
parent
46306c2e47
commit
a46acc80e4
|
@ -30,12 +30,12 @@
|
||||||
|
|
||||||
partition@20000 {
|
partition@20000 {
|
||||||
label = "kernel";
|
label = "kernel";
|
||||||
reg = <0x20000 0x400000>;
|
reg = <0x20000 0x180000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@420000 {
|
partition@1a0000 {
|
||||||
label = "rootfs";
|
label = "rootfs";
|
||||||
reg = <0x420000 0x320000>;
|
reg = <0x1a0000 0x5a0000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@740000 {
|
partition@740000 {
|
||||||
|
|
Loading…
Reference in New Issue