]> git.baikalelectronics.ru Git - uboot.git/commit
ram: rk3399: Mark existing prints via RAM_ROCKCHIP_DEBUG
authorJagan Teki <jagan@amarulasolutions.com>
Mon, 13 Jul 2020 20:06:34 +0000 (01:36 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 22 Jul 2020 12:22:28 +0000 (20:22 +0800)
commit8a719616d20b61caafe937ae4cf72f4734297cb3
treecbac6a09432bb7b878f5c523cc1ca8a4fe0d36cd
parent048afe2535c768cfc20a1b9353066350932eb310
ram: rk3399: Mark existing prints via RAM_ROCKCHIP_DEBUG

Right now all these debug statements are printing on the
console to make sure proper dram initialization happens.  

Mark them into RAM_ROCKCHIP_DEBUG would be more meaningful
and work like before since the RAM_ROCKCHIP_DEBUG is by
default yet.

No functionality changes.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/ram/rockchip/sdram_rk3399.c