Skip to content

Commit

Permalink
xtensa: ISS: fix command line parameter name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Max Filippov authored and Chris Zankel committed Jan 14, 2014
1 parent 3f3cd60 commit 8c8ad85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/xtensa/platforms/iss/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8c8ad85

Please sign in to comment.