commit | 554f8e84b63e90f92d59a91820c81ff0635340dd | [log] [tgz] |
---|---|---|
author | Sinthu Raja <sinthu.raja@ti.com> | Tue Jan 10 21:17:54 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 27 12:51:27 2023 -0500 |
tree | fdfcbed79a7c620b26c5539d6393045d2f516bb9 | |
parent | fca27ee8b993bd1a5752fc2156b1e86358fa8041 [diff] |
board: ti: j721s2: Add board_init and support for selecting DT based on EEPROM 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 <sinthu.raja@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>