commit | bf14d9a7e12e319bfd8fc8c54ef416331287cfda | [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 | 0850d7f7bf3b2ccf41cdcf45b174f683ba64827f [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>