* [PATCH] commands: miitool: remove unsupported options a and b
@ 2018-12-13 9:01 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2018-12-13 9:01 UTC (permalink / raw)
To: Barebox List; +Cc: Andreas Schmidt
From: Andreas Schmidt <andreas.schmidt@wago.com>
Signed-off-by: Andreas Schmidt <andreas.schmidt@wago.com>
---
commands/miitool.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/commands/miitool.c b/commands/miitool.c
index acf61421b8..4ea6fda34d 100644
--- a/commands/miitool.c
+++ b/commands/miitool.c
@@ -281,12 +281,6 @@ static int do_miitool(int argc, char *argv[])
while ((opt = getopt(argc, argv, "vs:r:")) > 0) {
switch (opt) {
- case 'a':
- addr = simple_strtol(optarg, NULL, 0);
- break;
- case 'b':
- bus = simple_strtoul(optarg, NULL, 0);
- break;
case 's':
action = MIITOOL_SHOW;
phydevname = xstrdup(optarg);
--
2.19.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-12-13 9:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-13 9:01 [PATCH] commands: miitool: remove unsupported options a and b Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox