diff options
| author | Fabio Estevam <[email protected]> | 2015-03-11 22:52:14 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2015-03-13 13:35:12 +0100 |
| commit | 06ca28eb3610a779619a57957df334f46c3ebe21 (patch) | |
| tree | 50af2923eb45e0c6bc141cc7944c218c4aa28c22 | |
| parent | fa481a83189a6a5d60264b476a6177e659f23146 (diff) | |
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 <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Otavio Salvador <[email protected]>
Reviewed-by: Volodymyr Riazantsev <[email protected]>
Tested-by: Stefan Roese <[email protected]>
| -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 29b72b2e9dd..e0528ce4b92 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 |
