diff options
author | Han Gao <gaohan@iscas.ac.cn> | 2023-12-28 23:08:17 +0800 |
---|---|---|
committer | Han Gao/Revy/Rabenda <rabenda.cn@gmail.com> | 2024-01-22 15:55:16 +0800 |
commit | 5bd86ffd9d5d42e985b849e71402d2974e41cc53 (patch) | |
tree | a0850d27198e72164f01b63dc2b9af31398e0685 | |
parent | abe41ba65eb27b7680aa59627501d68b90a8419a (diff) |
config: update ROW16 to DDP
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
-rw-r--r-- | configs/light_lpi4a_16g_defconfig | 2 | ||||
-rw-r--r-- | configs/light_lpi4a_cluster_16g_defconfig | 2 | ||||
-rw-r--r-- | configs/light_lpi4a_console_16g_defconfig | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configs/light_lpi4a_16g_defconfig b/configs/light_lpi4a_16g_defconfig index b91e17ab..d61a8a11 100644 --- a/configs/light_lpi4a_16g_defconfig +++ b/configs/light_lpi4a_16g_defconfig @@ -20,7 +20,7 @@ CONFIG_SPL_RAM_SUPPORT=y CONFIG_SPL_RAM_DEVICE=y CONFIG_SYS_PROMPT="Light LPI4A 16G# " CONFIG_DDR_LP4X_3733_DUALRANK=y -CONFIG_DDR_ROW16=y +CONFIG_DDR_DDP=y # CONFIG_DDR_LP4_3733_DUALRANK is not set CONFIG_DDR_BOARD_CONFIG=y CONFIG_CMD_BOOT_SLAVE=y diff --git a/configs/light_lpi4a_cluster_16g_defconfig b/configs/light_lpi4a_cluster_16g_defconfig index e6824428..3d852c4d 100644 --- a/configs/light_lpi4a_cluster_16g_defconfig +++ b/configs/light_lpi4a_cluster_16g_defconfig @@ -20,7 +20,7 @@ CONFIG_SPL_RAM_SUPPORT=y CONFIG_SPL_RAM_DEVICE=y CONFIG_SYS_PROMPT="LicheeCluster4A 16G # " CONFIG_DDR_LP4X_3733_DUALRANK=y -CONFIG_DDR_ROW16=y +CONFIG_DDR_DDP=y # CONFIG_DDR_LP4_3733_DUALRANK is not set CONFIG_DDR_BOARD_CONFIG=y CONFIG_CMD_BOOT_SLAVE=y diff --git a/configs/light_lpi4a_console_16g_defconfig b/configs/light_lpi4a_console_16g_defconfig index e57c14d6..e4e0013e 100644 --- a/configs/light_lpi4a_console_16g_defconfig +++ b/configs/light_lpi4a_console_16g_defconfig @@ -20,7 +20,7 @@ CONFIG_SPL_RAM_SUPPORT=y CONFIG_SPL_RAM_DEVICE=y CONFIG_SYS_PROMPT="LicheeConsole4A 16G # " CONFIG_DDR_LP4X_3733_DUALRANK=y -CONFIG_DDR_ROW16=y +CONFIG_DDR_DDP=y # CONFIG_DDR_LP4_3733_DUALRANK is not set CONFIG_DDR_BOARD_CONFIG=y CONFIG_CMD_BOOT_SLAVE=y |