summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimona Toaca <[email protected]>2026-04-07 10:47:17 +0300
committerFabio Estevam <[email protected]>2026-04-21 20:49:39 -0300
commit3814d57597bcf42b8ff758658a2c807fb11115aa (patch)
tree6582545955ea2ed7297626ca298745c8887bc451
parent052988aa29bfd506d7ce207fbb3f5374a5dbecbb (diff)
drivers: ddr: imx: Fix Kconfig for SAVED_DRAM_TIMING_BASE
The 'default' directive should be before 'help'. Signed-off-by: Simona Toaca <[email protected]> Reviewed-by: Marek Vasut <[email protected]>
-rw-r--r--drivers/ddr/imx/imx9/Kconfig2
1 files changed, 1 insertions, 1 deletions
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