[OpenWrt-Devel] [PATCH] brcm63xx: HG655b: fix the imagetag at dts

Daniel Gonzalez Cabanelas dgcbueu at gmail.com
Sun Dec 9 15:29:48 EST 2018


Fix the imagetag on the HG655b to allow a correct partition detection at boot time.

It turns out that it was defined at the wrong partition. Just move the imagetag to
the linux firmware partition.

The bug is present since the 18.06 release. Without this fix, the board won't boot.

Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu at gmail.com>
---
 target/linux/brcm63xx/dts/hg655b.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/brcm63xx/dts/hg655b.dts b/target/linux/brcm63xx/dts/hg655b.dts
index df67429..6766b43 100644
--- a/target/linux/brcm63xx/dts/hg655b.dts
+++ b/target/linux/brcm63xx/dts/hg655b.dts
@@ -85,12 +85,12 @@
 		linux at 20000 {
 			label = "linux";
 			reg = <0x020000 0x770000>;
+			compatible = "brcm,bcm963xx-imagetag";
 		};
 
 		board_data at 790000 {
 			label = "board_data";
 			reg = <0x790000 0x030000>;
-			compatible = "brcm,bcm963xx-imagetag";
 		};
 
 		cal_data at 7c0000 {
-- 
2.6.4



_______________________________________________
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