]> git.ipfire.org Git - people/ms/u-boot.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)
commit4386feb73da7946fc79b55c4fa41c6dd66dcb2e2
treea5df2141bf716d06e9daa0521e77aa9a63293007
parentc8ac6449797951414cec471e759e7bb0c46f490f
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: 11e1479b9e67 ("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