You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the UEFI boot requirement, the boot partition is only meant to
support U-Boot chainloaded from ABL. The traditional Linux android boot
image is no longer required to support booting Yocto, so let's optimize
for size and give more flash space available for the user.
4MB is choosen as maximum limit for U-Boot image size since with more
UEFI features enabled like secure boot etc. the size can cross 2MB
limit.
Signed-off-by: Sumit Garg <[email protected]>
0 commit comments