[U-Boot] [PATCH] Makefile: fix implementation of BINMAN_DEBUG
Simon Glass
sjg at chromium.org
Sat Jul 20 00:44:28 UTC 2019
On Fri, 19 Jul 2019 at 11:21, Stephen Warren <swarren at wwwdotorg.org> wrote:
>
> From: Stephen Warren <swarren at nvidia.com>
>
> binman only accepts the -D argument early on the command-line, yet the
> Makefile currently passes it near the end. This causes the build to fail
> if this feature is used. Re-order the command-line to fix this.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
> Note: This appears to be a change introduced in u-boot-dm.git master;
> the binman currently in u-boot.git master doesn't seem to need this.
> ---
> Makefile | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
Thanks
More information about the U-Boot
mailing list