commit | 68cfcb87cbf74b794638df814b143b0860a29552 | [log] [tgz] |
---|---|---|
author | David Sebek <dasebek@gmail.com> | Thu Mar 30 17:51:14 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sun Apr 02 12:57:12 2023 -0400 |
tree | e050eed2456f0b19cc52bb5bf4eea91a2c4df5ca | |
parent | 3c22754da3147d880c135600f78ba0bacb1d3797 [diff] |
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>