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 <daniel@makrotopia.org>
+
+ partition@0 {
+ label = "bl2";
-+ reg = <0x0 0x80000>;
++ reg = <0x0 0x200000>;
+ };
+
-+ partition@80000 {
++ partition@200000 {
+ label = "ubi";
-+ reg = <0x80000 0x7f80000>;
++ reg = <0x200000 0x7e00000>;
+ };
+ };
+ };
partition@0 {
label = "bl2";
- reg = <0x00000 0x100000>;
+ reg = <0x0 0x200000>;
read-only;
};
- partition@100000 {
+ partition@200000 {
label = "ubi";
- reg = <0x100000 0x7f00000>;
+ reg = <0x200000 0x7e00000>;
compatible = "linux,ubi";
volumes {