[OpenWrt-Devel] [PATCH] bcm63xx: a226m-fwb: fix linux partition offset
Daniel González Cabanelas
dgcbueu at gmail.com
Mon Jun 15 13:51:28 EDT 2020
The Pirelli A226M-FWB has a wrong linux partition offset, probably caused
by a copy-paste error. As of result of this, OpenWrt is currently broken
in this unit.
Fix it.
Signed-off-by: Daniel González Cabanelas <dgcbueu at gmail.com>
---
target/linux/bcm63xx/dts/bcm6358-pirelli-a226m-fwb.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/bcm63xx/dts/bcm6358-pirelli-a226m-fwb.dts b/target/linux/bcm63xx/dts/bcm6358-pirelli-a226m-fwb.dts
index d0b1e55213..b477fb40de 100644
--- a/target/linux/bcm63xx/dts/bcm6358-pirelli-a226m-fwb.dts
+++ b/target/linux/bcm63xx/dts/bcm6358-pirelli-a226m-fwb.dts
@@ -109,7 +109,7 @@
linux at 10000 {
label = "linux";
- reg = <0x010000 0xfc0000>;
+ reg = <0x020000 0xfc0000>;
compatible = "brcm,bcm963xx-imagetag";
};
--
2.27.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list