From 3814d57597bcf42b8ff758658a2c807fb11115aa Mon Sep 17 00:00:00 2001 From: Simona Toaca Date: Tue, 7 Apr 2026 10:47:17 +0300 Subject: [PATCH] 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 --- drivers/ddr/imx/imx9/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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