board: ti: am62x: evm: Include necessary header files
authorNikhil M Jain <n-jain1@ti.com>
Wed, 21 Jun 2023 10:59:52 +0000 (16:29 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 21 Jul 2023 17:13:41 +0000 (13:13 -0400)
commiteeea6e298dc83b4a93a18c846e8e567d9beb0c1f
treea4c3132aab85355f6b19888ef1d993be1af529f3
parent226ecf8be4c6a29caa86d1c9f33d5794c5732375
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>
board/ti/am62x/evm.c