diff options
Diffstat (limited to 'board/total5200/total5200.c')
-rw-r--r-- | board/total5200/total5200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/total5200/total5200.c b/board/total5200/total5200.c index 4ec7b96..1a35187 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"); |