blob: ed48300c0a85b0350f8f142e415369269e12c725 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_TSERIES
config SYS_BOARD
default "tseries"
config SYS_VENDOR
default "BuR"
config SYS_SOC
default "am33xx"
config SYS_CONFIG_NAME
default "tseries"
endif
|