summaryrefslogtreecommitdiff
path: root/configs/novena_defconfig
diff options
context:
space:
mode:
authorEric Nelson <eric@nelint.com>2016-10-30 23:33:50 (GMT)
committerStefano Babic <sbabic@denx.de>2016-11-29 15:40:37 (GMT)
commita425bf72816abbc3996540e42c33a386e8b8a221 (patch)
treeacdb411f74583f4764ece3332903e3c337f68511 /configs/novena_defconfig
parent48c7d4379bcf70ce331e441b135cfbf3546dd574 (diff)
downloadu-boot-fsl-qoriq-a425bf72816abbc3996540e42c33a386e8b8a221.tar.xz
ARM: mx6: ddr: use Kconfig for inclusion of DDR calibration routines
The DDR calibration routines are gated by conditionals for the i.MX6DQ SOCs, but with the use of the sysinfo parameter, these are usable on at least i.MX6SDL and i.MX6SL variants with DDR3. Also, since only the Novena board currently uses the dynamic DDR calibration routines, these routines waste space on other boards using SPL. Add a KConfig entry to allow boards to selectively include the DDR calibration routines. Signed-off-by: Eric Nelson <eric@nelint.com>
Diffstat (limited to 'configs/novena_defconfig')
-rw-r--r--configs/novena_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/novena_defconfig b/configs/novena_defconfig
index e0d6f2e..4a3e266 100644
--- a/configs/novena_defconfig
+++ b/configs/novena_defconfig
@@ -3,6 +3,7 @@ CONFIG_ARCH_MX6=y
CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
+CONFIG_MX6_DDRCAL=y
CONFIG_TARGET_KOSAGI_NOVENA=y
CONFIG_SPL_EXT_SUPPORT=y
CONFIG_SPL_FAT_SUPPORT=y