Merge branch 'master' of git://git.denx.de/u-boot-at91
[oweals/u-boot.git] / board / freescale / mpc8641hpcn / mpc8641hpcn.c
index b30c6b1e9205ed2ea562354058830d34b49f7be3..db46953044638e06cbee3c261414ceecc84eb7f4 100644 (file)
@@ -47,8 +47,8 @@ int board_early_init_f(void)
 
 int checkboard(void)
 {
-       printf ("Board: MPC8641HPCN, System ID: 0x%02lx, "
-               "System Version: 0x%02lx, FPGA Version: 0x%02lx\n",
+       printf ("Board: MPC8641HPCN, System ID: 0x%02x, "
+               "System Version: 0x%02x, FPGA Version: 0x%02x\n",
                in8(PIXIS_BASE + PIXIS_ID), in8(PIXIS_BASE + PIXIS_VER),
                in8(PIXIS_BASE + PIXIS_PVER));
        return 0;