mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
17 lines
223 B
Text
17 lines
223 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_PX30_DDR4
|
||
|
|
||
|
endif
|