mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-13 18:18:36 +00:00
brcm63xx: DTS: fix AV4202N flash layout
Fix incorrect offset and size of linux partition.
Fixes: 97b36aca09
("brcm63xx: add pflash for remaining pflash equipped boards")
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
parent
7985bf23ef
commit
0d4cda8a3b
@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0xfe0000>;
|
reg = <0x020000 0xfc0000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@fe0000 {
|
nvram@fe0000 {
|
||||||
|
Loading…
Reference in New Issue
Block a user