Skip to content

Commit 7afe7b5

Browse files
frank-wmbgg
authored andcommitted
arm64: dts: mt7986: use size of reserved partition for bl2
To store uncompressed bl2 more space is required than partition is actually defined. There is currently no known usage of this reserved partition. Openwrt uses same partition layout. We added same change to u-boot with commit d7bb1099 [1]. [1] https://source.denx.de/u-boot/u-boot/-/commit/d7bb109900c1ca754a0198b9afb50e3161ffc21e Cc: stable@vger.kernel.org Fixes: 8e01fb1 ("arm64: dts: mt7986: add Bananapi R3") Signed-off-by: Frank Wunderlich <frank-w@public-files.de> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Daniel Golle <daniel@makrotopia.org> Link: https://lore.kernel.org/r/20230528113343.7649-1-linux@fw-web.de Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
1 parent 621a046 commit 7afe7b5

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-nor.dtso

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,10 @@
2727

2828
partition@0 {
2929
label = "bl2";
30-
reg = <0x0 0x20000>;
30+
reg = <0x0 0x40000>;
3131
read-only;
3232
};
3333

34-
partition@20000 {
35-
label = "reserved";
36-
reg = <0x20000 0x20000>;
37-
};
38-
3934
partition@40000 {
4035
label = "u-boot-env";
4136
reg = <0x40000 0x40000>;

0 commit comments

Comments
 (0)