mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
26f92be07e
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>
16 lines
226 B
Text
16 lines
226 B
Text
if TARGET_PX30_CORE
|
|
|
|
config SYS_BOARD
|
|
default "px30_core"
|
|
|
|
config SYS_VENDOR
|
|
default "engicam"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "px30_core"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select RAM_ROCKCHIP_DDR4
|
|
|
|
endif
|