XTENSA: Emphasize that the "eth" boot-time parm takes a value
authorRobert P. J. Day <rpjday@mindspring.com>
Fri, 19 Oct 2007 22:20:15 +0000 (00:20 +0200)
committerAdrian Bunk <bunk@kernel.org>
Fri, 19 Oct 2007 22:20:15 +0000 (00:20 +0200)
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
arch/xtensa/platform-iss/network.c

index f09962f..b61fb36 100644 (file)
@@ -798,7 +798,7 @@ static int iss_net_setup(char *str)
 
 #undef ERR
 
-__setup("eth", iss_net_setup);
+__setup("eth=", iss_net_setup);
 
 /*
  * Initialize all ISS Ethernet devices previously registered in iss_net_setup.