diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-12 09:01:06 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-12 12:41:08 -0400 |
commit | 0adc327bda829f6f7302ca2abdbe776828db7a97 (patch) | |
tree | 75da0b57e6d7e70473bb9c5e3d2cb85c1eb5242d /arch/mips/au1000 | |
parent | ddfada5ac00647ed0e6091322acff9d615bf7497 (diff) |
[MIPS] Hydrogen3: Remove remaining bits of code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/au1000')
-rw-r--r-- | arch/mips/au1000/common/setup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/au1000/common/setup.c b/arch/mips/au1000/common/setup.c index 13fe187f35d6..fdf2b85a69c8 100644 --- a/arch/mips/au1000/common/setup.c +++ b/arch/mips/au1000/common/setup.c | |||
@@ -100,9 +100,6 @@ void __init plat_mem_setup(void) | |||
100 | argptr = prom_getcmdline(); | 100 | argptr = prom_getcmdline(); |
101 | /* default panel */ | 101 | /* default panel */ |
102 | /*strcat(argptr, " video=au1100fb:panel:Sharp_320x240_16");*/ | 102 | /*strcat(argptr, " video=au1100fb:panel:Sharp_320x240_16");*/ |
103 | #ifdef CONFIG_MIPS_HYDROGEN3 | ||
104 | strcat(argptr, " video=au1100fb:panel:Hydrogen_3_NEC_panel_320x240,nohwcursor"); | ||
105 | #endif | ||
106 | } | 103 | } |
107 | #endif | 104 | #endif |
108 | 105 | ||