[U-Boot] [PATCH 6/7 V2] Powerpc/esdhc: Add esdhc host version define

Haijun Zhang Haijun.Zhang at freescale.com
Fri Nov 8 03:07:02 CET 2013


Esdhc host version number is incorrect in host capacity register.
The value read from was 0x14. Correct it to 0x13.

Signed-off-by: Haijun Zhang <haijun.zhang at freescale.com>
---
Change for V2:
	- No changes

 arch/powerpc/include/asm/config_mpc85xx.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h
index 4cc12ee..6c780c3 100644
--- a/arch/powerpc/include/asm/config_mpc85xx.h
+++ b/arch/powerpc/include/asm/config_mpc85xx.h
@@ -584,6 +584,7 @@
 #define CONFIG_SYS_NUM_FM2_DTSEC	8
 #define CONFIG_SYS_NUM_FM2_10GEC	2
 #define CONFIG_NUM_DDR_CONTROLLERS	3
+#define CONFIG_FSL_SDHC_V2_3
 #else
 #define CONFIG_MAX_CPUS			8
 #define CONFIG_SYS_FSL_CLUSTER_CLOCKS   { 1, 1 }
-- 
1.8.4




More information about the U-Boot mailing list