
12 Jan
2019
12 Jan
'19
10:31 p.m.
On Fri, 11 Jan 2019 at 12:56, Simon Goldschmidt simon.k.r.goldschmidt@gmail.com wrote:
With the current Makefile, CONFIG_BOARD_SIZE_LIMIT is used to check the U-Boot binary without devicetree only. This produces wrong results when OF_SEPARATE is used.
To fix this, run the CONFIG_BOARD_SIZE_LIMIT check on all .img binaries as well.
Signed-off-by: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com
Makefile | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass sjg@chromium.org