]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
mvebe: Migrate CONFIG_DDR_LOG_LEVEL to Kconfig
authorTom Rini <trini@konsulko.com>
Sat, 21 Aug 2021 17:50:15 +0000 (13:50 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 31 Aug 2021 21:46:37 +0000 (17:46 -0400)
Move this specific option to Kconfig.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-mvebu/Kconfig
drivers/ddr/marvell/axp/ddr3_axp_config.h

index 1daa64763b03e9cbd13c4b8986609a0e7273afee..944bbee7634d9d5027116d2f2029b02dc8a1f714 100644 (file)
@@ -197,6 +197,20 @@ config DDR_32BIT
 
 endchoice
 
+config DDR_LOG_LEVEL
+       int "DDR training code log level"
+       depends on ARMADA_XP
+       default 0
+       range 0 3
+       help
+         Amount of information provided on error while running the DDR
+         training code.  At level 0, provides an error code in a case of
+         failure, RL, WL errors and other algorithm failure.  At level 1,
+         provides the D-Unit setup (SPD/Static configuration).  At level 2,
+         provides the windows margin as a results of DQS centeralization.
+         At level 3, rovides the windows margin of each DQ as a results of
+         DQS centeralization.
+
 config SYS_BOARD
        default "clearfog" if TARGET_CLEARFOG
        default "helios4" if TARGET_HELIOS4
index 10d064d0a308355ae76011aace40176c50c0a1ba..437a02efbac9651ea0e75312d095a808e5b6516c 100644 (file)
  * Level 3: Provides the windows margin of each DQ as a results of DQS
  *          centeralization
  */
-#ifdef CONFIG_DDR_LOG_LEVEL
 #define        DDR3_LOG_LEVEL  CONFIG_DDR_LOG_LEVEL
-#else
-#define        DDR3_LOG_LEVEL  0
-#endif
 
 #define DDR3_PBS        1