Merge branch 'master' of git://git.denx.de/u-boot-at91
[oweals/u-boot.git] / board / freescale / mpc8641hpcn / mpc8641hpcn.c
index cf540fc6518df7324fba3273e866d231806f1b99..db46953044638e06cbee3c261414ceecc84eb7f4 100644 (file)
@@ -47,8 +47,10 @@ int board_early_init_f(void)
 
 int checkboard(void)
 {
-       puts("Board: MPC8641HPCN\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;
 }