projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b48e2b
)
vf610: ddrmc: add missing include
author
Marcel Ziswiler
<
[email protected]
>
Mon, 25 Mar 2019 16:24:52 +0000
(17:24 +0100)
committer
Stefano Babic
<
[email protected]
>
Sat, 13 Apr 2019 18:30:09 +0000
(20:30 +0200)
The DDR memory controller include file for the Vybrid uses
iomux_v3_cfg_t without actually including iomux-vf610.h.
Signed-off-by: Marcel Ziswiler <
[email protected]
>
Reviewed-by: Igor Opaniuk <
[email protected]
>
arch/arm/include/asm/arch-vf610/ddrmc-vf610.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-vf610/ddrmc-vf610.h
b/arch/arm/include/asm/arch-vf610/ddrmc-vf610.h
index c7da2b8a5e31f7fc2c07eb45ef198b0b6ffb4f15..03e3cecb95a090c35a4311238d3d31b8857370cb 100644
(file)
--- a/
arch/arm/include/asm/arch-vf610/ddrmc-vf610.h
+++ b/
arch/arm/include/asm/arch-vf610/ddrmc-vf610.h
@@
-10,6
+10,8
@@
#ifndef __ASM_ARCH_VF610_DDRMC_H
#define __ASM_ARCH_VF610_DDRMC_H
+#include <asm/arch/iomux-vf610.h>
+
struct ddr3_jedec_timings {
u8 tinit;
u32 trst_pwron;