mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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>
This commit is contained in:
parent
226ecf8be4
commit
eeea6e298d
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <video.h>
|
#include <video.h>
|
||||||
#include <splash.h>
|
#include <splash.h>
|
||||||
|
#include <cpu_func.h>
|
||||||
#include <k3-ddrss.h>
|
#include <k3-ddrss.h>
|
||||||
#include <fdt_support.h>
|
#include <fdt_support.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
|
Loading…
Reference in a new issue