commit | f1c2fc0d119e9d4d538064301299f74827105472 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jan 11 10:45:48 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 11 10:45:48 2017 -0500 |
tree | a5df2141bf716d06e9daa0521e77aa9a63293007 | |
parent | 2cfca568996581a236cc74cea947e3f5eb1f56ed [diff] |
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>