Re: [PATCH v2 1/4] sysinfo: Add IDs for board id and revision

2023-06-29 Thread Simon Glass
Hi Detlev, On Wed, 28 Jun 2023 at 20:32, Detlev Casanova wrote: > > These IDs will be used by the sysinfo command. The new IDs are: > * SYSINFO_ID_BOARD_ID: The board ID as an integer > * SYSINFO_ID_BOARD_REVISION: The board revision as a string > > Signed-off-by: Detlev Casanova > --- >

[PATCH v2 1/4] sysinfo: Add IDs for board id and revision

2023-06-28 Thread Detlev Casanova
These IDs will be used by the sysinfo command. The new IDs are: * SYSINFO_ID_BOARD_ID: The board ID as an integer * SYSINFO_ID_BOARD_REVISION: The board revision as a string Signed-off-by: Detlev Casanova --- include/sysinfo.h | 5 + 1 file changed, 5 insertions(+) diff --git