From: Simona Toaca Date: Tue, 7 Apr 2026 07:47:17 +0000 (+0300) Subject: drivers: ddr: imx: Fix Kconfig for SAVED_DRAM_TIMING_BASE X-Git-Tag: v2026.07-rc1~29^2~31 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3814d57597bcf42b8ff758658a2c807fb11115aa;p=thirdparty%2Fu-boot.git drivers: ddr: imx: Fix Kconfig for SAVED_DRAM_TIMING_BASE The 'default' directive should be before 'help'. Signed-off-by: Simona Toaca Reviewed-by: Marek Vasut --- diff --git a/drivers/ddr/imx/imx9/Kconfig b/drivers/ddr/imx/imx9/Kconfig index 0a45340ffb6..b953bca4f06 100644 --- a/drivers/ddr/imx/imx9/Kconfig +++ b/drivers/ddr/imx/imx9/Kconfig @@ -24,9 +24,9 @@ config IMX9_DRAM_INLINE_ECC config SAVED_DRAM_TIMING_BASE hex "Define the base address for saved dram timing" + default 0x2051C000 help after DRAM is trained, need to save the dram related timming info into memory for low power use. - default 0x2051C000 endmenu