mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-25 05:24:12 +01:00
Update new naming scheme. Signed-off-by: Samuel Egli <samuel.egli@siemens.com> Acked-by: Heiko Schocher <hs@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
47 lines
523 B
Text
47 lines
523 B
Text
if TARGET_DRACO
|
|
|
|
config SYS_BOARD
|
|
default "draco"
|
|
|
|
config SYS_VENDOR
|
|
default "siemens"
|
|
|
|
config SYS_SOC
|
|
default "am33xx"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "draco"
|
|
|
|
endif
|
|
|
|
if TARGET_THUBAN
|
|
|
|
config SYS_BOARD
|
|
default "draco"
|
|
|
|
config SYS_VENDOR
|
|
default "siemens"
|
|
|
|
config SYS_SOC
|
|
default "am33xx"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "thuban"
|
|
|
|
endif
|
|
|
|
if TARGET_RASTABAN
|
|
|
|
config SYS_BOARD
|
|
default "draco"
|
|
|
|
config SYS_VENDOR
|
|
default "siemens"
|
|
|
|
config SYS_SOC
|
|
default "am33xx"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "rastaban"
|
|
|
|
endif
|