Re: [PATCH V2 08/12] board: ti: j721s2: Add board_init and support for selecting DT based on EEPROM

2022-12-23 Thread Tom Rini
On Wed, Dec 21, 2022 at 07:22:15PM +0530, Sinthu Raja wrote: > From: Sinthu Raja > > Add the board_init_f API for SPL and run the platform-required SoC > initialization. > > Add the functionality for board name-based DTB selection from FIT within SPL. > This > will make it easier to utilise

[PATCH V2 08/12] board: ti: j721s2: Add board_init and support for selecting DT based on EEPROM

2022-12-21 Thread Sinthu Raja
From: Sinthu Raja Add the board_init_f API for SPL and run the platform-required SoC initialization. Add the functionality for board name-based DTB selection from FIT within SPL. This will make it easier to utilise one defconfig for both the EVM and the SK. Signed-off-by: Sinthu Raja ---