diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-21 13:50:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-31 17:46:37 -0400 |
commit | 222d22a39a459f8982778bc28fad6fc4acc2e3a7 (patch) | |
tree | 3eeb2d2609de7c5d96025e8be40a01d6d476ba2b /arch/arm | |
parent | f66a3fde38d6cece164ecb36f021c74c4aac2a9d (diff) | |
download | u-boot-222d22a39a459f8982778bc28fad6fc4acc2e3a7.tar.gz u-boot-222d22a39a459f8982778bc28fad6fc4acc2e3a7.tar.bz2 u-boot-222d22a39a459f8982778bc28fad6fc4acc2e3a7.zip |
ddr: Migrate DDR_SPD to Kconfig
Move the symbol that controls building some JEDEC SPD support functions
to Kconfig. This is required on the TI keystone 2 platforms and very
frequently (but not always) used on large number of Freescale/NXP
platforms, so use imply there.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 30fb7b6a5f..c97acca2af 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -729,6 +729,7 @@ config ARCH_KEYSTONE bool "TI Keystone" select CMD_POWEROFF select CPU_V7A + select DDR_SPD select GPIO_EXTRA_HEADER select SUPPORT_SPL select SYS_ARCH_TIMER |