Re: [PATCH V2 04/12] board: ti: j721s2: Add support to update board_name for am68-sk

2022-12-23 Thread Tom Rini
On Wed, Dec 21, 2022 at 07:22:11PM +0530, Sinthu Raja wrote: > From: Sinthu Raja > > Update setup_board_eeprom_env() to choose the right board name > for am68-sk. > > Signed-off-by: Sinthu Raja Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH V2 04/12] board: ti: j721s2: Add support to update board_name for am68-sk

2022-12-21 Thread Sinthu Raja
From: Sinthu Raja Update setup_board_eeprom_env() to choose the right board name for am68-sk. Signed-off-by: Sinthu Raja --- Changes in V2: = Address review comments: - Move board_is_xxx within CONFIG_TI_I2C_BOARD_DETECT block to maintain the "mini" U-Boot concept for this SoC.