Skip to content
Commit eeea6e29 authored by Nikhil M Jain's avatar Nikhil M Jain Committed by Tom Rini
Browse files

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: default avatarNikhil M Jain <n-jain1@ti.com>
parent 226ecf8b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment