blob: eccf92817c541dbaed674339c4057b4f17decebf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
if TARGET_TB100
config SYS_CPU
string
default "arc700"
config SYS_BOARD
string
default "tb100"
config SYS_VENDOR
string
default "abilis"
config SYS_CONFIG_NAME
string
default "tb100"
endif
|