diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-04-02 19:19:06 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-07 11:03:39 -0400 |
commit | 0a0f23142ffd39954c84af3554f8026e2b8de848 (patch) | |
tree | 61f18c8c389542910876e82ba505fdf252acd33b /drivers | |
parent | 219dee7e38c61a815a65ba50e575fca692a60c1c (diff) |
configs: define CONFIG_SPL_SIZE_LIMIT
A new configuration variable CONFIG_SPL_SIZE_LIMIT is introduced to define
the board specific maximum size for the SPL file.
Use Makefile function size_check() to implement the test.
Depending on the size of CONFIG_SPL_SIZE_LIMIT an error like the following
is thrown:
spl/u-boot-spl.bin exceeds file size limit:
limit: 30720 bytes
actual: 33426 bytes
excess: 2706 bytes
make: *** [Makefile:1663: spl/u-boot-spl.bin] Error 1
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions