summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDipen Dudhat <dipen.dudhat@freescale.com>2009-10-07 15:47:47 -0400
committerJustin Waters <justin.waters@timesys.com>2009-10-07 15:47:47 -0400
commit110b3e094e69d377e0eee478d735bde2f829e4c2 (patch)
tree451e6566721e918b210c1308562201a605684fb5
parent3aed4a45197043b250122414adbe304e9db4db65 (diff)
u-boot-2009.03-p2020rdb-PIO-mode-for-P2020-eSDHC
Enable PIO mode for eSDHC Controller on P2020 Platform Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
-rw-r--r--include/configs/P10XX_20XX_RDB.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/P10XX_20XX_RDB.h b/include/configs/P10XX_20XX_RDB.h
index 62f7821422..bc94a82d7d 100644
--- a/include/configs/P10XX_20XX_RDB.h
+++ b/include/configs/P10XX_20XX_RDB.h
@@ -461,6 +461,9 @@
#define CONFIG_CMD_EXT2
#define CONFIG_CMD_FAT
#define CONFIG_DOS_PARTITION
+#ifdef CONFIG_P2020
+#define CONFIG_SYS_FSL_ESDHC_USE_PIO /* P2020 eSDHC DMA is not functional*/
+#endif
#endif
/*