diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-13 05:40:23 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-13 12:40:00 -0400 |
commit | b58f4b7aaf5ddaf2fdc13dfeb3ce6e61d51c3ac5 (patch) | |
tree | daadb44fd3d40111e20998262064be77e8b397aa /arch/mips/au1000 | |
parent | 85a882bc3553636930bef7773201955c0e2fcf99 (diff) |
[MIPS] Alchemy: Remove code wrapped by dead symbol CONFIG_FB_XPERT98
Noticed by Robert P. J. Day (rpjday@mindspring.com).
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/au1000')
-rw-r--r-- | arch/mips/au1000/common/setup.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/au1000/common/setup.c b/arch/mips/au1000/common/setup.c index fdf2b85a69c8..a95b37773196 100644 --- a/arch/mips/au1000/common/setup.c +++ b/arch/mips/au1000/common/setup.c | |||
@@ -103,12 +103,6 @@ void __init plat_mem_setup(void) | |||
103 | } | 103 | } |
104 | #endif | 104 | #endif |
105 | 105 | ||
106 | #ifdef CONFIG_FB_XPERT98 | ||
107 | if ((argptr = strstr(argptr, "video=")) == NULL) { | ||
108 | argptr = prom_getcmdline(); | ||
109 | strcat(argptr, " video=atyfb:1024x768-8@70"); | ||
110 | } | ||
111 | #endif | ||
112 | 106 | ||
113 | #if defined(CONFIG_SOUND_AU1X00) && !defined(CONFIG_SOC_AU1000) | 107 | #if defined(CONFIG_SOUND_AU1X00) && !defined(CONFIG_SOC_AU1000) |
114 | /* au1000 does not support vra, au1500 and au1100 do */ | 108 | /* au1000 does not support vra, au1500 and au1100 do */ |