[PATCH] ram: rockchip: Disable debug output of RAM init by default

Michael Walle michael at walle.cc
Thu Jul 23 23:35:45 CEST 2020


Like the name says, it is debug output and should not be enabled by
default as it just clutters the console. I know this basically
reverts commit fba7bd4c34c5 ("ram: rockchip: Default enable DRAM debug
info"). But if there is so important information printed on the console
as indicated in the commit description (which I didn't saw for the
LPDDR4 initialization), it shouldn't be debug in the first place.

Signed-off-by: Michael Walle <michael at walle.cc>
---
 drivers/ram/rockchip/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/ram/rockchip/Kconfig b/drivers/ram/rockchip/Kconfig
index 8e97c2f49e..43a125e273 100644
--- a/drivers/ram/rockchip/Kconfig
+++ b/drivers/ram/rockchip/Kconfig
@@ -14,7 +14,6 @@ config ROCKCHIP_SDRAM_COMMON
 config RAM_ROCKCHIP_DEBUG
 	bool "Rockchip ram drivers debugging"
 	depends on RAM_ROCKCHIP
-	default y
 	help
 	  This enables debugging ram driver API's for the platforms
 	  based on Rockchip SoCs.
-- 
2.20.1



More information about the U-Boot mailing list