brcm63xx: HG655b: fix the imagetag at dts
authorDaniel Gonzalez Cabanelas <dgcbueu@gmail.com>
Sun, 9 Dec 2018 20:29:48 +0000 (21:29 +0100)
committerJonas Gorski <jonas.gorski@gmail.com>
Tue, 11 Dec 2018 12:36:52 +0000 (13:36 +0100)
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 <dgcbueu@gmail.com>
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
target/linux/brcm63xx/dts/hg655b.dts

index df67429234fa9d1fb78c0db77403f09516fa9df6..6766b43eca5f1ba3183c73630e7eaf27dac7223f 100644 (file)
                linux@20000 {
                        label = "linux";
                        reg = <0x020000 0x770000>;
+                       compatible = "brcm,bcm963xx-imagetag";
                };
 
                board_data@790000 {
                        label = "board_data";
                        reg = <0x790000 0x030000>;
-                       compatible = "brcm,bcm963xx-imagetag";
                };
 
                cal_data@7c0000 {