mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-28 10:01:29 +02:00
Add support for Capricorn Deneb SoM variant. Signed-off-by: Anatolij Gustschin <agust@denx.de>
26 lines
283 B
Plaintext
26 lines
283 B
Plaintext
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
|