From ae1c0f1b158a881043af460ed7a94e2177cdea2a Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 16 Feb 2024 05:38:07 +0000 Subject: mediatek: filogic: bpi-r3-mini: fix NAND flash layout Fix NAND flash layout which was out-of-sync with the definition in ARM TrustedFirmware-A which expects UBI to start at 0x200000. Fixes: b03d3644cf ("mediatek: filogic: add BananaPi BPi-R3 mini") Signed-off-by: Daniel Golle --- package/boot/uboot-mediatek/patches/442-add-bpi-r3-mini.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/boot/uboot-mediatek') diff --git a/package/boot/uboot-mediatek/patches/442-add-bpi-r3-mini.patch b/package/boot/uboot-mediatek/patches/442-add-bpi-r3-mini.patch index 5df81ae7a1..5a7e0c4daf 100644 --- a/package/boot/uboot-mediatek/patches/442-add-bpi-r3-mini.patch +++ b/package/boot/uboot-mediatek/patches/442-add-bpi-r3-mini.patch @@ -758,12 +758,12 @@ + + partition@0 { + label = "bl2"; -+ reg = <0x0 0x80000>; ++ reg = <0x0 0x200000>; + }; + -+ partition@80000 { ++ partition@200000 { + label = "ubi"; -+ reg = <0x80000 0x7f80000>; ++ reg = <0x200000 0x7e00000>; + }; + }; + }; -- cgit v1.2.3