From: Neha Malcom Francis Date: Thu, 20 Mar 2025 06:27:33 +0000 (+0530) Subject: arm: mach-k3: k3-ddr.h: Include spl.h X-Git-Tag: v2025.07-rc1~119^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ee0d2ecf4e356d9d46a8880f4ce45ead4ce2d4b;p=pandora-u-boot.git 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 --- 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 + int dram_init(void); int dram_init_banksize(void);