Searched hist:"45297 e2ab2172470b0b04e1ae728a31ab7321601" (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/ |
H A D | Makefile | 45297e2ab2172470b0b04e1ae728a31ab7321601 Fri Jan 11 13:56:02 CST 2019 Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Makefile: run CONFIG_BOARD_SIZE_LIMIT against .img
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> Reviewed-by: Simon Glass <sjg@chromium.org>
|