Re: [PATCH 4/6] eeprom: starfive: re-implement mac command

2023-10-16 Thread Tom Rini
On Sat, Sep 30, 2023 at 02:01:45PM +0200, Heinrich Schuchardt wrote: > 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 in

[PATCH 4/6] eeprom: starfive: re-implement mac command

2023-09-30 Thread Heinrich Schuchardt
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 --- .../visionfive2/visionfive2-i2c-e