X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fboot%2Fuboot-mediatek%2Fpatches%2F442-add-bpi-r3-mini.patch;h=5a7e0c4daf6c78acb7900dd7e780bf6905184d62;hb=ae1c0f1b158a881043af460ed7a94e2177cdea2a;hp=5df81ae7a178352e3dd48e2f85ad02a557287558;hpb=67beab2b2b39c4fe3e48a021aefbfac15ffa70ce;p=openwrt%2Fstaging%2Fstintel.git 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>; + }; + }; + };