diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-11-15 11:04:39 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-11-17 16:23:56 +0800 |
commit | fba7bd4c34c52a699df9e49ee753316dab1df305 (patch) | |
tree | 96dd9b1c4b2e5dbd1527963bd6ee8fa01c9c9014 /drivers/ram | |
parent | ec0d29aefa6941581511fa7afb0387eada2e462f (diff) | |
download | u-boot-fba7bd4c34c52a699df9e49ee753316dab1df305.tar.gz u-boot-fba7bd4c34c52a699df9e49ee753316dab1df305.tar.xz u-boot-fba7bd4c34c52a699df9e49ee753316dab1df305.zip |
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 <kever.yang@rock-chips.com>
Diffstat (limited to 'drivers/ram')
-rw-r--r-- | drivers/ram/rockchip/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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. |