blob: 0ad3f2364e5d067b39effa19e92c534262a710a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
if TARGET_PB1X00
config SYS_CPU
string
default "mips32"
config SYS_BOARD
string
default "pb1x00"
config SYS_SOC
string
default "au1x00"
config SYS_CONFIG_NAME
string
default "pb1x00"
endif
|