git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03e3fdd
)
arm: mach-k3: k3-ddr.h: Include spl.h
author
Neha Malcom Francis
<n-francis@ti.com>
Thu, 20 Mar 2025 06:27:33 +0000
(11:57 +0530)
committer
Tom Rini
<trini@konsulko.com>
Sun, 6 Apr 2025 00:28:02 +0000
(18:28 -0600)
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>
arch/arm/mach-k3/include/mach/k3-ddr.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-k3/include/mach/k3-ddr.h
b/arch/arm/mach-k3/include/mach/k3-ddr.h
index
95496e1
..
39e6725
100644
(file)
--- 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);