[U-Boot] [PATCH 7/9] imx: esdhc: Needed to use in imx-regs.h defined address
Timo Ketola
timo at exertus.fi
Wed Apr 18 09:57:30 CEST 2012
One might want to define CONFIG_SYS_FSL_ESDHC_ADDR with the macro already
define in imx-regs.h, e.g. with IMX_MMC_SDHC1_BASE. Then the header must be
included here.
Signed-off-by: Timo Ketola <timo at exertus.fi>
---
drivers/mmc/fsl_esdhc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c
index a2f35e3..5ada747 100644
--- a/drivers/mmc/fsl_esdhc.c
+++ b/drivers/mmc/fsl_esdhc.c
@@ -36,6 +36,7 @@
#include <fsl_esdhc.h>
#include <fdt_support.h>
#include <asm/io.h>
+#include <asm/arch/imx-regs.h>
DECLARE_GLOBAL_DATA_PTR;
--
1.7.5.4
More information about the U-Boot
mailing list