commit | e0b4e95b5fd3bae5495d21cb95bb1f3fd1962daa | [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 | 863839a59fa3d51dac47da25b2789c36374c4a1c [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>