commit | 86169cdcb0ec53c93e27f7a6c983c33862a1f616 | [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 | 6c617e082d181cff0c8d5b2ab8d00f5017cc13e1 [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>