From 06ca28eb3610a779619a57957df334f46c3ebe21 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Wed, 11 Mar 2015 22:52:14 -0300 Subject: mx6_common: Do not select esdhc DDR mode for all boards 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 Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador Reviewed-by: Volodymyr Riazantsev Tested-by: Stefan Roese --- include/configs/mx6_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/mx6_common.h') 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 -- cgit v1.1