blob: 4e2271bdad8dd7b8c9bbe94268ab35912ca1f621 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
if TARGET_VISION2
config SYS_CPU
default "armv7"
config SYS_BOARD
default "vision2"
config SYS_VENDOR
default "ttcontrol"
config SYS_SOC
default "mx5"
config SYS_CONFIG_NAME
default "vision2"
endif
|