[U-Boot] [PATCH 1/2] mx6_common: Do not select esdhc DDR mode for all boards

Fabio Estevam festevam at gmail.com
Thu Mar 12 02:52:14 CET 2015


From: Fabio Estevam <fabio.estevam at freescale.com>

CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE should be selected only by boards that really
have a DDR-capable eMMC, so remove this option from common code to avoid
regressions.

Reported-by: Stefan Roese <sr at denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
 include/configs/mx6_common.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index 29b72b2..e0528ce 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -28,8 +28,6 @@
 #define CONFIG_SYS_PL310_BASE	L2_PL310_BASE
 #endif
 
-#define CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE
-
 #define CONFIG_MP
 #define CONFIG_MXC_GPT_HCLK
 
-- 
1.9.1



More information about the U-Boot mailing list