
30 Mar
2023
30 Mar
'23
2:27 a.m.
Hi,
I think this line: https://source.denx.de/u-boot/u-boot/-/blob/master/drivers/ram/rockchip/sdra... should be
#if defined(CONFIG_RAM_ROCKCHIP_DEBUG) instead of #if defined(CONFIG_RAM_RK3399_LPDDR4)
The condition now evaluates to false on the RockPro64 board in the latest U-Boot version, which I believe is incorrect.
Thanks, David Sebek