diff options
Diffstat (limited to 'arch/mips/au1000/common/setup.c')
-rw-r--r-- | arch/mips/au1000/common/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/au1000/common/setup.c b/arch/mips/au1000/common/setup.c index c1e7d2dcc190..8d21efdf29b7 100644 --- a/arch/mips/au1000/common/setup.c +++ b/arch/mips/au1000/common/setup.c | |||
@@ -106,8 +106,6 @@ void __init plat_setup(void) | |||
106 | /*strcat(argptr, " video=au1100fb:panel:Sharp_320x240_16");*/ | 106 | /*strcat(argptr, " video=au1100fb:panel:Sharp_320x240_16");*/ |
107 | #ifdef CONFIG_MIPS_HYDROGEN3 | 107 | #ifdef CONFIG_MIPS_HYDROGEN3 |
108 | strcat(argptr, " video=au1100fb:panel:Hydrogen_3_NEC_panel_320x240,nohwcursor"); | 108 | strcat(argptr, " video=au1100fb:panel:Hydrogen_3_NEC_panel_320x240,nohwcursor"); |
109 | #else | ||
110 | strcat(argptr, " video=au1100fb:panel:s10,nohwcursor"); | ||
111 | #endif | 109 | #endif |
112 | } | 110 | } |
113 | #endif | 111 | #endif |