tools: mksunxiboot: allow larger SPL binaries
authorAndre Przywara <andre.przywara@arm.com>
Wed, 26 Apr 2017 00:32:39 +0000 (01:32 +0100)
committerJagan Teki <jagan@openedev.com>
Wed, 17 May 2017 17:49:57 +0000 (23:19 +0530)
commit45e2d067669aee876badb23600e2145e562a961d
tree2545de688531994ca788972c048bcafaa9f084c3
parent85c07a5a379e5874aef0e5a0560536a2e6fa6114
tools: mksunxiboot: allow larger SPL binaries

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@arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jagan@openedev.com>
tools/mksunxiboot.c