Re: [PATCH v2 2/4] cmd: Add a sysinfo command

2023-06-29 Thread Simon Glass
Hi Detlev, On Wed, 28 Jun 2023 at 20:33, Detlev Casanova wrote: > > The command is able to show different information for the running > system: > * Model name > * Board ID > * Revision > > This command can be used by boot shell scripts to select configurations > depending on the specific running

[PATCH v2 2/4] cmd: Add a sysinfo command

2023-06-28 Thread Detlev Casanova
The command is able to show different information for the running system: * Model name * Board ID * Revision This command can be used by boot shell scripts to select configurations depending on the specific running system. Signed-off-by: Detlev Casanova --- cmd/Kconfig | 6 +++