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