blob: 8fb80dc2650c95cb4d305e94eafbdfe08e87f869 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
if TARGET_TASREG
config SYS_CPU
string
default "mcf52x2"
config SYS_BOARD
string
default "tasreg"
config SYS_VENDOR
string
default "esd"
config SYS_CONFIG_NAME
string
default "TASREG"
endif
|