forked from OERV-BSP/u-boot
arm: mach-k3: k3-ddr.h: Include spl.h
Include spl.h to avoid definition errors in custom builds.
Fixes: commit bc07851897 ("board: ti: Pull redundant DDR functions to a common location and Fixup DDR size when ECC is enabled")
Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
This commit is contained in:
committed by
Tom Rini
parent
03e3fdd3d0
commit
4ee0d2ecf4
@@ -6,6 +6,8 @@
|
||||
#ifndef _K3_DDR_H_
|
||||
#define _K3_DDR_H_
|
||||
|
||||
#include <spl.h>
|
||||
|
||||
int dram_init(void);
|
||||
int dram_init_banksize(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user