aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMarek BehĂșn <kabel@kernel.org>2024-06-18 17:34:39 +0200
committerStefan Roese <sr@denx.de>2024-07-08 08:20:58 +0200
commitaec83261b98eec3a2ca2e9a5a2debea31fcd9d65 (patch)
treebee21650840e4d39a19ec362597d104e5932d479 /arch
parentaff4ea11d18d71fd5c87b5503e99284cc2927502 (diff)
downloadu-boot-aec83261b98eec3a2ca2e9a5a2debea31fcd9d65.zip
u-boot-aec83261b98eec3a2ca2e9a5a2debea31fcd9d65.tar.gz
u-boot-aec83261b98eec3a2ca2e9a5a2debea31fcd9d65.tar.bz2
arm: mvebu: turris_omnia: Support old DDR3 training
Support old DDR3 training code on Turris Omnia, selectable via EEPROM field. Users experiencing DDR3 initialization failures or random crashes of the operating system due to incorrect DDR3 configuration can select the old DDR3 training implementation to fix those issues by setting the EEPROM field "Use old DDR training": eeprom update "Use old DDR training" 1 Signed-off-by: Marek BehĂșn <kabel@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mvebu/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index e377e8a..4a83287 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -149,6 +149,7 @@ config TARGET_TURRIS_OMNIA
select SPL_SYS_MALLOC_SIMPLE
select SYS_I2C_MVTWSI
select ATSHA204A
+ select ARMADA_38X_SUPPORT_OLD_DDR3_TRAINING
config TARGET_TURRIS_MOX
bool "Support CZ.NIC's Turris Mox / RIPE Atlas Probe"