mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
eb79cafea2
Add support for Capricorn Deneb SoM variant. Signed-off-by: Anatolij Gustschin <agust@denx.de>
25 lines
283 B
Text
25 lines
283 B
Text
if TARGET_GIEDI
|
|
|
|
config SYS_BOARD
|
|
default "capricorn"
|
|
|
|
config SYS_VENDOR
|
|
default "siemens"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "giedi"
|
|
|
|
endif
|
|
|
|
if TARGET_DENEB
|
|
|
|
config SYS_BOARD
|
|
default "capricorn"
|
|
|
|
config SYS_VENDOR
|
|
default "siemens"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "deneb"
|
|
|
|
endif
|