aboutsummaryrefslogtreecommitdiff
path: root/board/wandboard
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-07-08 15:49:50 -0400
committerTom Rini <trini@konsulko.com>2019-07-08 15:59:41 -0400
commitf5e73a34eddea4fb7c5e3d984b86f395996a64cd (patch)
tree1854f2e0d2dae343f85870f2a62ae35bdd335a85 /board/wandboard
parente5aee22e4be75e75a854ab64503fc80598bc2004 (diff)
parent5053da2e4aa297d888cdfc7d216d935504a9472a (diff)
downloadu-boot-f5e73a34eddea4fb7c5e3d984b86f395996a64cd.zip
u-boot-f5e73a34eddea4fb7c5e3d984b86f395996a64cd.tar.gz
u-boot-f5e73a34eddea4fb7c5e3d984b86f395996a64cd.tar.bz2
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 7b0f15a..dbd9d02 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>