summaryrefslogtreecommitdiffstats
path: root/board/sandburst/metrobox/metrobox.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sandburst/metrobox/metrobox.c')
-rw-r--r--board/sandburst/metrobox/metrobox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sandburst/metrobox/metrobox.c b/board/sandburst/metrobox/metrobox.c
index 97049013e1..66cdfb1562 100644
--- a/board/sandburst/metrobox/metrobox.c
+++ b/board/sandburst/metrobox/metrobox.c
@@ -270,7 +270,7 @@ int checkboard (void)
}
printf ("OptoFPGA ID:\t0x%02X\tRev: 0x%02X\n", opto_id, opto_rev);
- printf ("Board Rev:\t0x%02X\tID: %s\n", brd_rev, (char *)board_id_as[brd_id]);
+ printf ("Board Rev:\t0x%02X\tID: %s\n", brd_rev, board_id_as[brd_id].name);
/* Fix the ack in the bme 32 */
udelay(5000);
OpenPOWER on IntegriCloud