lantiq: fix VG3503J rootfs offset
In r44391 the kernel partion size was increased to allow larger kernels, but the rootfs partition offset was missed. Fix this by setting the rootfs offset to the expected value. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45868
This commit is contained in:
parent
09ad0ae4bd
commit
43c0a725af
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
partition@1a0000 {
|
partition@1a0000 {
|
||||||
label = "rootfs";
|
label = "rootfs";
|
||||||
reg = <0x1a0000 0x420000>;
|
reg = <0x320000 0x420000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@740000 {
|
partition@740000 {
|
||||||
|
|
Loading…
Reference in a new issue