commit | 3ad584bd0b5482f251dc04c53e0c147366e10b24 | [log] [tgz] |
---|---|---|
author | Nikhil M Jain <n-jain1@ti.com> | Wed Jun 21 16:29:52 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 21 13:13:41 2023 -0400 |
tree | a4c3132aab85355f6b19888ef1d993be1af529f3 | |
parent | fedb74c6da778500a3552ed4172da2b3d6a54d9e [diff] |
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>