diff options
author | Daniel Gonzalez Cabanelas <dgcbueu@gmail.com> | 2018-12-09 21:29:48 +0100 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2018-12-11 13:36:52 +0100 |
commit | 26d4cb2ca7acde1254f6ce6c0a54e0aca1489a0f (patch) | |
tree | aae2e6a9d5871d701314cc35b50ffccb08e7d1db | |
parent | e08ef42b24fc33735683587e7566c643607af580 (diff) | |
download | upstream-26d4cb2ca7acde1254f6ce6c0a54e0aca1489a0f.tar.gz upstream-26d4cb2ca7acde1254f6ce6c0a54e0aca1489a0f.tar.bz2 upstream-26d4cb2ca7acde1254f6ce6c0a54e0aca1489a0f.zip |
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 <dgcbueu@gmail.com>
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
-rw-r--r-- | target/linux/brcm63xx/dts/hg655b.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/dts/hg655b.dts b/target/linux/brcm63xx/dts/hg655b.dts index df67429234..6766b43eca 100644 --- a/target/linux/brcm63xx/dts/hg655b.dts +++ b/target/linux/brcm63xx/dts/hg655b.dts @@ -85,12 +85,12 @@ 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 { |