projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7972913
)
mx25pdk: Fix CONFIG_SYS_FSL_ESDHC_ADDR
author
Fabio Estevam
<fabio.estevam@freescale.com>
Tue, 16 Sep 2014 14:13:12 +0000
(11:13 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 22 Sep 2014 14:14:14 +0000
(16:14 +0200)
We should pass the MMC1 base address into CONFIG_SYS_FSL_ESDHC_ADDR.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
include/configs/mx25pdk.h
patch
|
blob
|
history
diff --git
a/include/configs/mx25pdk.h
b/include/configs/mx25pdk.h
index d464ad964b9dd5d291b28fe3d641a05710c0e791..34199af203e1cd4d408555c766878b434c94b8b1 100644
(file)
--- a/
include/configs/mx25pdk.h
+++ b/
include/configs/mx25pdk.h
@@
-100,7
+100,7
@@
#define CONFIG_MMC
#define CONFIG_GENERIC_MMC
#define CONFIG_FSL_ESDHC
-#define CONFIG_SYS_FSL_ESDHC_ADDR
0
+#define CONFIG_SYS_FSL_ESDHC_ADDR
IMX_MMC_SDHC1_BASE
#define CONFIG_SYS_FSL_ESDHC_NUM 1
/* PMIC Configs */