aboutsummaryrefslogtreecommitdiff
path: root/package/boot/arm-trusted-firmware-mediatek/patches/100-increase-nor-bl3-size.patch
Commit message (Collapse)AuthorAge
* arm-trusted-firmware-mediatek: increase NOR bl3 sizeDaniel Golle2021-04-09
Use bl3 size of 0xa0000 instead of 0x80000 in NOR flash. This results in bl3 ending at 0xc0000 which is where the legacy bootchain typically puts U-Boot environment. Signed-off-by: Daniel Golle <daniel@makrotopia.org>