Re: [PATCH 07/11] arm: j721s2: Add support for selecting DT based on EEPROM

2022-10-27 Thread Tom Rini
On Thu, Oct 27, 2022 at 04:18:42PM +0530, Sinthu Raja wrote: > From: Sinthu Raja > > Enable support for selecting DTB from FIT within SPL based on the > board name read from EEPROM. This will help to use single defconfig > for both EVM and SK. > > Signed-off-by: Sinthu Raja > --- > arch/arm/ma

[PATCH 07/11] arm: j721s2: Add support for selecting DT based on EEPROM

2022-10-27 Thread Sinthu Raja
From: Sinthu Raja Enable support for selecting DTB from FIT within SPL based on the board name read from EEPROM. This will help to use single defconfig for both EVM and SK. Signed-off-by: Sinthu Raja --- arch/arm/mach-k3/j721s2_init.c | 59 ++ 1 file changed, 59