From ea4584d73d731c49cc838cae3955a2ef92d5eff7 Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Fri, 11 May 2018 16:51:13 +0200 Subject: display5: ddr: Enable support for DDR3 auto calibration This code performs DDR3 memory calibration for display5 board. Signed-off-by: Lukasz Majewski --- configs/display5_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/display5_defconfig b/configs/display5_defconfig index aaf8529628..6ae6d05659 100644 --- a/configs/display5_defconfig +++ b/configs/display5_defconfig @@ -4,6 +4,7 @@ CONFIG_SYS_TEXT_BASE=0x17800000 CONFIG_SPL_GPIO_SUPPORT=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y +CONFIG_MX6_DDRCAL=y CONFIG_TARGET_DISPLAY5=y CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y -- cgit v1.2.1