commit | 7691325b1d8f378db147777565bc6bd52d13144d | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Feb 13 12:10:02 2018 +0900 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 13 23:24:22 2018 -0500 |
tree | e6bdc63403017950d1e61a37371d6d907d23e012 | |
parent | 77a8fbf70edb1def5248fcdb0e9bce1b4fad8d7d [diff] |
cmd: booti: fix invalid image address in debug message With commit 6808ef9ac2a6 ("move booti_setup to arch/arm/lig/image.c"), images->ep has not been set at this point. Fixes: 6808ef9ac2a6 ("move booti_setup to arch/arm/lig/image.c") Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Bin Chen <bin.chen@linaro.org>