commit | 854d6ed6052bc90b991f901845659de9fb14d50e | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Fri Jan 11 20:56:02 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 15 15:28:53 2019 -0500 |
tree | 150cc118eb9fa15a15973deaa8ace668a06b0755 | |
parent | 01c39ffce2635ca88f5186151ae617039464e00f [diff] |
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>