]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-omap2/boot-common.c
SPL: make struct spl_image 64-bit safe
[u-boot] / arch / arm / mach-omap2 / boot-common.c
index 385310ba1ec95825292f55824710a8e18c087275..7ae3d8041c48ee61c3c332e79004217537a34936 100644 (file)
@@ -228,7 +228,7 @@ void __noreturn jump_to_image_no_args(struct spl_image_info *spl_image)
 
        u32 boot_params = *((u32 *)OMAP_SRAM_SCRATCH_BOOT_PARAMS);
 
-       debug("image entry point: 0x%X\n", spl_image->entry_point);
+       debug("image entry point: 0x%lX\n", spl_image->entry_point);
        /* Pass the saved boot_params from rom code */
        image_entry((u32 *)boot_params);
 }