summaryrefslogtreecommitdiffstats
path: root/board/total5200/total5200.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/total5200/total5200.c')
-rw-r--r--board/total5200/total5200.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/total5200/total5200.c b/board/total5200/total5200.c
index 4ec7b96c49..1a35187260 100644
--- a/board/total5200/total5200.c
+++ b/board/total5200/total5200.c
@@ -265,7 +265,7 @@ static const S1D_REGS init_regs [] =
void video_get_info_str (int line_number, char *info)
{
if (line_number == 1) {
-#if CONFIG_MGT5100
+#ifdef CONFIG_MGT5100
strcpy (info, " Total5100");
#elif CONFIG_TOTAL5200_REV==1
strcpy (info, " Total5200");
OpenPOWER on IntegriCloud