Update of /cvsroot/linux-mips/linux/arch/mips/jmr3927/rbhma3100
In directory usw-pr-cvs1:/tmp/cvs-serv5255/jmr3927/rbhma3100
Modified Files:
setup.c
Log Message:
Get rid of hardcoded ip=bootp.
Index: setup.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/jmr3927/rbhma3100/setup.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- setup.c 2002/01/02 19:12:16 1.4
+++ setup.c 2002/01/22 22:08:13 1.5
@@ -279,11 +279,6 @@
if ((argptr = strstr(argptr, "toeon")) != NULL) {
jmr3927_ccfg_toeon = 1;
}
- argptr = prom_getcmdline();
- if ((argptr = strstr(argptr, "ip=")) == NULL) {
- argptr = prom_getcmdline();
- strcat(argptr, " ip=bootp");
- }
#ifdef CONFIG_TXX927_SERIAL_CONSOLE
argptr = prom_getcmdline();
|