diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-03-11 22:52:14 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-03-13 13:35:12 +0100 |
commit | 06ca28eb3610a779619a57957df334f46c3ebe21 (patch) | |
tree | 50af2923eb45e0c6bc141cc7944c218c4aa28c22 /include | |
parent | fa481a83189a6a5d60264b476a6177e659f23146 (diff) | |
download | u-boot-imx-06ca28eb3610a779619a57957df334f46c3ebe21.zip u-boot-imx-06ca28eb3610a779619a57957df334f46c3ebe21.tar.gz u-boot-imx-06ca28eb3610a779619a57957df334f46c3ebe21.tar.bz2 |
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 <sr@denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Reviewed-by: Volodymyr Riazantsev <volodymyr.riazantsev@globallogic.com>
Tested-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6_common.h | 2 |
1 files changed, 0 insertions, 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 |