[PATCH 1/1] rockchip: Fix incorrect constant name in RAM init code
Simon Glass
sjg at chromium.org
Fri Mar 31 01:48:13 CEST 2023
On Fri, 31 Mar 2023 at 10:53, David Sebek <dasebek at gmail.com> wrote:
>
> A condition in the rk3399 RAM initialization code used the old
> CONFIG_RAM_RK3399_LPDDR4 constant name. This commit changes the
> condition to use the correct CONFIG_RAM_ROCKCHIP_LPDDR4 constant.
> ---
> drivers/ram/rockchip/sdram_rk3399.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list