]> git.ipfire.org Git - u-boot.git/commit
cmd: booti: fix invalid image address in debug message
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 13 Feb 2018 03:10:02 +0000 (12:10 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 14 Feb 2018 04:24:22 +0000 (23:24 -0500)
commitbf14d9a7e12e319bfd8fc8c54ef416331287cfda
treee6bdc63403017950d1e61a37371d6d907d23e012
parent0850d7f7bf3b2ccf41cdcf45b174f683ba64827f
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>
cmd/booti.c