Browse Source

brcm63xx: HG655b: fix the imagetag at dts

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.

Fixes: a27d59bb4274 ("brcm63xx: switch to new partition layout specification")
Signed-off-by: Daniel Gonzalez Cabanelas <[email protected]>
Signed-off-by: Jonas Gorski <[email protected]>
Daniel Gonzalez Cabanelas 6 years ago
parent
commit
26d4cb2ca7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/brcm63xx/dts/hg655b.dts

+ 1 - 1
target/linux/brcm63xx/dts/hg655b.dts

@@ -85,12 +85,12 @@
 		linux@20000 {
 		linux@20000 {
 			label = "linux";
 			label = "linux";
 			reg = <0x020000 0x770000>;
 			reg = <0x020000 0x770000>;
+			compatible = "brcm,bcm963xx-imagetag";
 		};
 		};
 
 
 		board_data@790000 {
 		board_data@790000 {
 			label = "board_data";
 			label = "board_data";
 			reg = <0x790000 0x030000>;
 			reg = <0x790000 0x030000>;
-			compatible = "brcm,bcm963xx-imagetag";
 		};
 		};
 
 
 		cal_data@7c0000 {
 		cal_data@7c0000 {