]> git.baikalelectronics.ru Git - uboot.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)
commit9ee9f733c7efa71fe3840a5ad44a691ec1c8a6b3
treee050eed2456f0b19cc52bb5bf4eea91a2c4df5ca
parentc62300ea387d23fe312aa8f9d87d8bf07b41ed5a
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