blob: c07d244bc361ce7d92ce8d4ec474a02e3d621a67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_TAURUS
config SYS_BOARD
default "taurus"
config SYS_VENDOR
default "siemens"
config SYS_SOC
default "at91"
config SYS_CONFIG_NAME
default "taurus"
endif
|