[U-Boot] [PATCH] Makefile: run CONFIG_BOARD_SIZE_LIMIT against .img

Simon Glass sjg at chromium.org
Sat Jan 12 21:31:41 UTC 2019


On Fri, 11 Jan 2019 at 12:56, Simon Goldschmidt
<simon.k.r.goldschmidt at 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 at gmail.com>
> ---
>
>  Makefile | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list