mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 14:06:02 +01:00
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>
17 lines
226 B
Plaintext
17 lines
226 B
Plaintext
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
|