commit | a3cf236a65b12e98d4dfe6f51bf1a85d765ec1d5 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Sep 30 14:01:45 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 16 10:22:11 2023 -0400 |
tree | 0459b177044b6783fc330a4d6b45cb179d9b7956 | |
parent | b125efc211343dc8b6a37ec4d788cd3b25f3a4e0 [diff] |
eeprom: starfive: 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 VisionFive 2 board. Don't call cmd_usage() directly but return CMD_RET_USAGE instead. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>