From: Kever Yang Date: Fri, 15 Nov 2019 03:04:39 +0000 (+0800) Subject: ram: rockchip: Default enable DRAM debug info X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=fba7bd4c34c52a699df9e49ee753316dab1df305;p=u-boot.git ram: rockchip: Default enable DRAM debug info The debug info for dram is main about the capacity related info which is very important the board init, so set this default enable. Signed-off-by: Kever Yang --- diff --git a/drivers/ram/rockchip/Kconfig b/drivers/ram/rockchip/Kconfig index dcc06b3fd3..daa561385e 100644 --- a/drivers/ram/rockchip/Kconfig +++ b/drivers/ram/rockchip/Kconfig @@ -15,6 +15,7 @@ if RAM_ROCKCHIP config RAM_ROCKCHIP_DEBUG bool "Rockchip ram drivers debugging" + default y help This enables debugging ram driver API's for the platforms based on Rockchip SoCs.