aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorJagan Teki2022-12-14 23:20:48 +0530
committerKever Yang2023-01-16 18:01:10 +0800
commit26f92be07e2a0e380a67c88a53911a10422d9855 (patch)
treecb1e9586e4b82f65526d11c30b75d62d79b7dd01 /board
parent78276c531321ef989ae8d9d83144fb0ddd45962f (diff)
ram: rockchip: Add common ddr type configs
We have common ddr types in rockchip or in general. So use the common ddr type names instead of per Rockchip SoC to avoid confusion. The respective ddr type names will use on the associated ddr SoC driver as these drivers are built per SoC at a time. Signed-off-by: Jagan Teki <jagan@edgeble.ai> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'board')
-rw-r--r--board/engicam/px30_core/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/engicam/px30_core/Kconfig b/board/engicam/px30_core/Kconfig
index a03be78369c..924c30f3e17 100644
--- a/board/engicam/px30_core/Kconfig
+++ b/board/engicam/px30_core/Kconfig
@@ -11,6 +11,6 @@ config SYS_CONFIG_NAME
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
- select RAM_PX30_DDR4
+ select RAM_ROCKCHIP_DDR4
endif