提交 8c8ad85f 编写于 作者: M Max Filippov 提交者: Chris Zankel

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: NMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: NChris Zankel <chris@zankel.net>
上级 3f3cd60b
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册