]> git.baikalelectronics.ru Git - uboot.git/commit
SPL: Adjust more debug prints for ulong entry_point
authorTom Rini <trini@konsulko.com>
Wed, 11 Jan 2017 15:45:48 +0000 (10:45 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 11 Jan 2017 15:45:48 +0000 (10:45 -0500)
commit0137e90f432424e4eb7773ad044b7c009e8ba27d
treea5df2141bf716d06e9daa0521e77aa9a63293007
parentcd9c9eb647ca440ddddf4f4df8f190f3abf5f60f
SPL: Adjust more debug prints for ulong entry_point

With entry_point now being an unsigned long we need to adapt the last
two debug prints to use %lX not %X.

Fixes: aa323d143729 ("SPL: make struct spl_image 64-bit safe")
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/imx-common/spl.c
board/freescale/common/fsl_chain_of_trust.c