Re: [PATCH V3 07/16] board: ti: j721e: Add support for detecting multiple device trees

2022-02-17 Thread Tom Rini
On Wed, Feb 09, 2022 at 03:06:52PM +0530, Sinthu Raja wrote: > From: Sinthu Raja > > Update the board_fit_config_name_match() to choose the right dtb > based on the board name read from EEPROM. > > Also restrict multpile EEPROM reads by verifying if EEPROM is already > read. > > Signed-off-by:

[PATCH V3 07/16] board: ti: j721e: Add support for detecting multiple device trees

2022-02-09 Thread Sinthu Raja
From: Sinthu Raja Update the board_fit_config_name_match() to choose the right dtb based on the board name read from EEPROM. Also restrict multpile EEPROM reads by verifying if EEPROM is already read. Signed-off-by: Sinthu Raja --- board/ti/j721e/evm.c | 16 ++-- 1 file changed, 1