[U-Boot] [PATCH 06/17] tools: mksunxiboot: allow larger SPL binaries

Simon Glass sjg at chromium.org
Wed Mar 8 21:01:01 UTC 2017


On 28 February 2017 at 19:25, Andre Przywara <andre.przywara at arm.com> wrote:
> mksunxiboot limits the size of the resulting SPL binaries to pretty
> conservative values to cover all SoCs and all boot media (NAND).
> It turns out that we have limit checks in place in the build process,
> so mksunxiboot can be relaxed and allow packaging binaries up to the
> actual 32KB the mask boot ROM actually imposes.
> This allows to have a bigger SPL, which is crucial for AArch64 builds.
>
> Signed-off-by: Andre Przywara <andre.przywara at arm.com>
> ---
>  tools/mksunxiboot.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list