summaryrefslogtreecommitdiff
path: root/arch/xtensa/platforms
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2013-11-10 12:05:45 (GMT)
committerChris Zankel <chris@zankel.net>2014-01-14 18:19:49 (GMT)
commit8c8ad85f1f3ee1c2096a6b7b0892cabe4a956e31 (patch)
tree73ba817f6ed3d0d733ddc7e4b021065f6c4f0c4c /arch/xtensa/platforms
parent3f3cd60bbd376e52ef91c92d0dba95b8942ebfcc (diff)
downloadlinux-8c8ad85f1f3ee1c2096a6b7b0892cabe4a956e31.tar.xz
xtensa: ISS: fix command line parameter name
Now 'ethX=...' syntax can actually be used in kernel command line to specify network interfaces. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/platforms')
-rw-r--r--arch/xtensa/platforms/iss/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/platforms/iss/network.c b/arch/xtensa/platforms/iss/network.c
index 6d9cc45..0c7c1d4 100644
--- a/arch/xtensa/platforms/iss/network.c
+++ b/arch/xtensa/platforms/iss/network.c
@@ -681,7 +681,7 @@ static int __init 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.