summaryrefslogtreecommitdiff
path: root/board/wandboard
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-07-08 22:49:50 +0300
committerTom Rini <trini@konsulko.com>2019-07-08 22:59:41 +0300
commitf5e73a34eddea4fb7c5e3d984b86f395996a64cd (patch)
tree1854f2e0d2dae343f85870f2a62ae35bdd335a85 /board/wandboard
parente5aee22e4be75e75a854ab64503fc80598bc2004 (diff)
parent5053da2e4aa297d888cdfc7d216d935504a9472a (diff)
downloadu-boot-f5e73a34eddea4fb7c5e3d984b86f395996a64cd.tar.xz
Merge tag 'mmc-6-23' of https://github.com/MrVan/u-boot
- Pull in the series to split fsl_esdhc for i.MX/non-i.MX cleanly
Diffstat (limited to 'board/wandboard')
-rw-r--r--board/wandboard/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/wandboard/spl.c b/board/wandboard/spl.c
index 7b0f15a5c4..dbd9d0286f 100644
--- a/board/wandboard/spl.c
+++ b/board/wandboard/spl.c
@@ -14,7 +14,7 @@
#include <asm/mach-imx/iomux-v3.h>
#include <asm/mach-imx/video.h>
#include <mmc.h>
-#include <fsl_esdhc.h>
+#include <fsl_esdhc_imx.h>
#include <asm/arch/crm_regs.h>
#include <asm/io.h>
#include <asm/arch/sys_proto.h>