u-boot/board/ti/am62x
Nikhil M Jain eeea6e298d board: ti: am62x: evm: Include necessary header files
At the time of compilation evm.c gives below warning for implicit
declaration of enable_caches, to mitigate this include cpu_func.h.

board/ti/am62x/evm.c: In function ‘spl_board_init’:
board/ti/am62x/evm.c:90:9: warning: implicit declaration of function ‘enable_caches’ [-Wimplicit-function-declaration]
90 |         enable_caches();

Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
2023-07-21 13:13:41 -04:00
..
am62x.env board: ti: am62x: am62x: Change splashimage and splashsource 2023-05-08 09:26:12 -04:00
evm.c board: ti: am62x: evm: Include necessary header files 2023-07-21 13:13:41 -04:00
Kconfig board: ti: Kconfig: Correct invalid Kconfig syntax 2023-03-29 11:58:26 -04:00
MAINTAINERS configs: Add configs for AM62x SK 2022-06-10 13:37:33 -04:00
Makefile board: ti: Introduce the basic files to support AM62 SK board 2022-06-10 13:37:33 -04:00