aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDaniel González Cabanelas <dgcbueu@gmail.com>2020-06-15 19:51:28 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-06-15 21:00:34 +0200
commit18cf2383b6e5f574607bebfdc68d86a5cc7bc839 (patch)
tree629158b17f5f4311555116de565b2e940122a8dd /target
parentb515edb7750c67b05ebfaf0311780a894f9d0a3d (diff)
downloadupstream-18cf2383b6e5f574607bebfdc68d86a5cc7bc839.tar.gz
upstream-18cf2383b6e5f574607bebfdc68d86a5cc7bc839.tar.bz2
upstream-18cf2383b6e5f574607bebfdc68d86a5cc7bc839.zip
bcm63xx: a226m-fwb: fix linux partition offset
The Pirelli A226M-FWB has a wrong linux partition offset, caused by a copy-paste error. As of result of this, OpenWrt is currently broken in this unit. Fix it. While at it, also use generic node names and fix the addresses there as well. Fixes: a27d59bb4274 ("brcm63xx: switch to new partition layout specification") Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com> [also fix/update node names, extend commit message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> (cherry picked from commit d64d5ed1425f4397d093c8777ca03f70ff1ee90c)
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/dts/a226m-fwb.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/dts/a226m-fwb.dts b/target/linux/brcm63xx/dts/a226m-fwb.dts
index bb1cd29359..db416654a7 100644
--- a/target/linux/brcm63xx/dts/a226m-fwb.dts
+++ b/target/linux/brcm63xx/dts/a226m-fwb.dts
@@ -101,19 +101,19 @@
#address-cells = <1>;
#size-cells = <1>;
- cfe@0 {
+ partition@0 {
label = "CFE";
reg = <0x000000 0x020000>;
read-only;
};
- linux@10000 {
+ partition@20000 {
label = "linux";
- reg = <0x010000 0xfc0000>;
+ reg = <0x020000 0xfc0000>;
compatible = "brcm,bcm963xx-imagetag";
};
- nvram@7f0000 {
+ partition@fe0000 {
label = "nvram";
reg = <0xfe0000 0x020000>;
};