[source] brcm63xx: DTS: fix AV4202N flash layout
LEDE Commits
lede-commits at lists.infradead.org
Thu Jul 27 03:13:50 PDT 2017
jogo pushed a commit to source.git, branch master:
https://git.lede-project.org/0d4cda8a3b57681d92ee6ef1f9d232c61aad02bf
commit 0d4cda8a3b57681d92ee6ef1f9d232c61aad02bf
Author: Paul Wassi <p.wassi at gmx.at>
AuthorDate: Sun Jul 23 12:07:58 2017 +0200
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 <p.wassi at gmx.at>
Signed-off-by: Jonas Gorski <jonas.gorski at gmail.com>
---
target/linux/brcm63xx/dts/av4202n.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/brcm63xx/dts/av4202n.dts b/target/linux/brcm63xx/dts/av4202n.dts
index a105f36..4babd3b 100644
--- a/target/linux/brcm63xx/dts/av4202n.dts
+++ b/target/linux/brcm63xx/dts/av4202n.dts
@@ -80,7 +80,7 @@
linux at 20000 {
label = "linux";
- reg = <0x010000 0xfe0000>;
+ reg = <0x020000 0xfc0000>;
};
nvram at fe0000 {
More information about the lede-commits
mailing list