2014-07-30 05:08:14 +00:00
|
|
|
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
|
|
|
|
|
2015-06-15 12:57:15 +00:00
|
|
|
if TARGET_THUBAN
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "draco"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "siemens"
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "am33xx"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
2015-06-15 12:57:15 +00:00
|
|
|
default "thuban"
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
endif
|
2015-06-15 12:56:41 +00:00
|
|
|
|
|
|
|
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
|