]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: Fix incorrect constant name in RAM init code
authorDavid Sebek <dasebek@gmail.com>
Thu, 30 Mar 2023 21:51:14 +0000 (17:51 -0400)
committerTom Rini <trini@konsulko.com>
Sun, 2 Apr 2023 16:57:12 +0000 (12:57 -0400)
commit86169cdcb0ec53c93e27f7a6c983c33862a1f616
treee050eed2456f0b19cc52bb5bf4eea91a2c4df5ca
parent6c617e082d181cff0c8d5b2ab8d00f5017cc13e1
rockchip: Fix incorrect constant name in RAM init code

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.

Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/ram/rockchip/sdram_rk3399.c