commit | dd1118227ea69b66bb8c0a415182caa96240b1f8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Sep 30 14:01:44 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 16 10:22:11 2023 -0400 |
tree | 8b19c3085ccf0ef1a20b0194762606e561c73e22 | |
parent | f5e921e948149bdf7c5bb6b97647bc4712d5993a [diff] |
eeprom: SiFive Unmatched: re-implement mac command The different implementations of the mac command have board or vendor specific sub-commands. Add the command definition specific to the SiFive HiFive Unmatched board. Don't call cmd_usage() directly but return CMD_RET_USAGE instead. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>