]> git.dujemihanovic.xyz Git - u-boot.git/commit
eeprom: starfive: re-implement mac command
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 30 Sep 2023 12:01:45 +0000 (14:01 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 16 Oct 2023 14:22:11 +0000 (10:22 -0400)
commitf54c7c533c6c917a69ef5b141c4abe6c0c26537d
tree0459b177044b6783fc330a4d6b45cb179d9b7956
parentdd1118227ea69b66bb8c0a415182caa96240b1f8
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>
board/starfive/visionfive2/visionfive2-i2c-eeprom.c