mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
[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>
This commit is contained in:
parent
85a882bc35
commit
b58f4b7aaf
1 changed files with 0 additions and 6 deletions
|
@ -103,12 +103,6 @@ void __init plat_mem_setup(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_FB_XPERT98
|
||||
if ((argptr = strstr(argptr, "video=")) == NULL) {
|
||||
argptr = prom_getcmdline();
|
||||
strcat(argptr, " video=atyfb:1024x768-8@70");
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_SOUND_AU1X00) && !defined(CONFIG_SOC_AU1000)
|
||||
/* au1000 does not support vra, au1500 and au1100 do */
|
||||
|
|
Loading…
Reference in a new issue