summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDipen Dudhat <dipen.dudhat@freescale.com>2010-03-04 11:20:17 +0530
committerScott Sweeny <scott.sweeny@timesys.com>2010-11-10 14:52:25 -0500
commitedce5daada0d4db638bc2ce21a7729beea4f5ad4 (patch)
tree9b9336966bf4b33b30e385cab3084dfeec572bb9
parent11bfde4ccb0663e041222923387ba8519b014812 (diff)
eSDHC changes for P2020 Rev 2.0
- P2020 Rev 2.0 eSDHC PIO support no longer needed. - P2020 Rev 2.0 has same issue of eSDHC can't operate at 1.8v Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
-rw-r--r--include/configs/P1_P2_RDB.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h
index 741da82433..426ec8d654 100644
--- a/include/configs/P1_P2_RDB.h
+++ b/include/configs/P1_P2_RDB.h
@@ -557,11 +557,9 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
#define CONFIG_FSL_ESDHC
#define CONFIG_GENERIC_MMC
#define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR
-#ifdef CONFIG_P2020
-#define CONFIG_SYS_FSL_ESDHC_USE_PIO /* P2020 eSDHC DMA is not functional*/
-#endif
-#ifdef CONFIG_P1020
-#define ESDHC_ERRATUM_1_8V 1 /* P1020 eSDHC is not functional with 1.8v */
+#if defined(CONFIG_P1020) || defined(CONFIG_P2020)
+#define ESDHC_ERRATUM_1_8V 1 /* P1020 Rev 1.0/ P2020 Rev 2.0
+ eSDHC is not functional with 1.8v */
#endif
#endif