commit | 29fd1436df887498d232f06f1f7c3bac762c9ac7 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Apr 02 19:19:04 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 07 11:03:39 2019 -0400 |
tree | c46c2abdaacd7a53cb135bfc97995edee4fd0622 | |
parent | d636f143f48add931785a2d41f4032cc0a629035 [diff] |
Makefile: reusable function for BOARD_SIZE_CHECK Carve out function size_check from macro BOARD_SIZE_CHECK. This will allow us to reuse the function for other file size checks. Depending on the value of CONFIG_BOARD_SIZE_LIMIT an error like the following is thrown: u-boot-dtb.img exceeds file size limit: limit: 409516 bytes actual: 444346 bytes excess: 34830 bytes make: *** [Makefile:1212: u-boot-dtb.img] Error 1 Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>