
8 Nov
2021
8 Nov
'21
4:49 p.m.
On Tue, Nov 02, 2021 at 07:35:45PM +0530, Sinthu Raja wrote:
From: Sinthu Raja sinthu.raja@ti.com
board_late_init(), setup_board_eeprom_env() and setup_serial() is called only under CONFIG_BOARD_LATE_INIT, so guard these functions with the same.
Signed-off-by: Sinthu Raja sinthu.raja@ti.com
No chnages in V2.
board/ti/j721e/evm.c | 4 ++++ 1 file changed, 4 insertions(+)
We should probably re-order the code so that everything is under a single #ifdef.
--
Tom