mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 22:52:18 +00:00
vf610: ddrmc: add missing include
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 <marcel.ziswiler@toradex.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
This commit is contained in:
parent
7b48e2b05a
commit
872fc0d8ac
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue