diff options
author | Neha Malcom Francis <n-francis@ti.com> | 2025-03-20 11:57:33 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-05 18:28:02 -0600 |
commit | 4ee0d2ecf4e356d9d46a8880f4ce45ead4ce2d4b (patch) | |
tree | dd3716515f9c146d39dbbf1c80ad4df74374748c | |
parent | 03e3fdd3d09e5e586f7e1420f30510ea2d614f7a (diff) |
arm: mach-k3: k3-ddr.h: Include spl.h
Include spl.h to avoid definition errors in custom builds.
Fixes: commit bc07851897bd ("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>
-rw-r--r-- | arch/arm/mach-k3/include/mach/k3-ddr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/include/mach/k3-ddr.h b/arch/arm/mach-k3/include/mach/k3-ddr.h index 95496e1c59d..39e6725bb9b 100644 --- a/arch/arm/mach-k3/include/mach/k3-ddr.h +++ b/arch/arm/mach-k3/include/mach/k3-ddr.h @@ -6,6 +6,8 @@ #ifndef _K3_DDR_H_ #define _K3_DDR_H_ +#include <spl.h> + int dram_init(void); int dram_init_banksize(void); |