From 0d4cda8a3b57681d92ee6ef1f9d232c61aad02bf Mon Sep 17 00:00:00 2001 From: Paul Wassi Date: Sun, 23 Jul 2017 12:07:58 +0200 Subject: brcm63xx: DTS: fix AV4202N flash layout Fix incorrect offset and size of linux partition. Fixes: 97b36aca09da ("brcm63xx: add pflash for remaining pflash equipped boards") Signed-off-by: Paul Wassi Signed-off-by: Jonas Gorski --- target/linux/brcm63xx/dts/av4202n.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/brcm63xx') diff --git a/target/linux/brcm63xx/dts/av4202n.dts b/target/linux/brcm63xx/dts/av4202n.dts index a105f3674e..4babd3b12e 100644 --- a/target/linux/brcm63xx/dts/av4202n.dts +++ b/target/linux/brcm63xx/dts/av4202n.dts @@ -80,7 +80,7 @@ linux@20000 { label = "linux"; - reg = <0x010000 0xfe0000>; + reg = <0x020000 0xfc0000>; }; nvram@fe0000 { -- cgit v1.2.3