]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
drivers: ddr: imx: Fix Kconfig for SAVED_DRAM_TIMING_BASE
authorSimona Toaca <simona.toaca@nxp.com>
Tue, 7 Apr 2026 07:47:17 +0000 (10:47 +0300)
committerFabio Estevam <festevam@gmail.com>
Tue, 21 Apr 2026 23:49:39 +0000 (20:49 -0300)
The 'default' directive should be before 'help'.

Signed-off-by: Simona Toaca <simona.toaca@nxp.com>
Reviewed-by: Marek Vasut <marek.vasut@mailbox.org>
drivers/ddr/imx/imx9/Kconfig

index 0a45340ffb6549d1e7a7e273e19abefbcc6793b3..b953bca4f066e43abf6be809d4f124546f442792 100644 (file)
@@ -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