Skip to content
Snippets Groups Projects
Commit 7de8c21f authored by Kumar Gala's avatar Kumar Gala Committed by Jon Loeliger
Browse files

MPC8641HPCN: Report board id, board version and fpga version.

parent a94f22f0
No related branches found
No related tags found
No related merge requests found
...@@ -47,8 +47,10 @@ int board_early_init_f(void) ...@@ -47,8 +47,10 @@ int board_early_init_f(void)
int checkboard(void) int checkboard(void)
{ {
puts("Board: MPC8641HPCN\n"); printf ("Board: MPC8641HPCN, System ID: 0x%02lx, "
"System Version: 0x%02lx, FPGA Version: 0x%02lx\n",
in8(PIXIS_BASE + PIXIS_ID), in8(PIXIS_BASE + PIXIS_VER),
in8(PIXIS_BASE + PIXIS_PVER));
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment