commit | b125efc211343dc8b6a37ec4d788cd3b25f3a4e0 | [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 | 1901149685046dacf1e48bd0f3b2fb724cd587de [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>