blob: 7d5e7bee8b9a9c4c9a9bfc0280a898e9dfff6986 [file] [log] [blame]
Linus Walleij800d6fd2015-01-23 11:50:53 +01001if TARGET_VEXPRESS64_AEMV8A
2
3config SYS_BOARD
4 default "vexpress64"
5
6config SYS_VENDOR
7 default "armltd"
8
9config SYS_CONFIG_NAME
10 default "vexpress_aemv8a"
11
12endif
13
14if TARGET_VEXPRESS64_BASE_FVP
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090015
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090016config SYS_BOARD
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090017 default "vexpress64"
18
19config SYS_VENDOR
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090020 default "armltd"
21
22config SYS_CONFIG_NAME
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090023 default "vexpress_aemv8a"
24
25endif
Linus Walleijc5822502015-01-23 14:41:10 +010026
27if TARGET_VEXPRESS64_JUNO
28
29config SYS_BOARD
30 default "vexpress64"
31
32config SYS_VENDOR
33 default "armltd"
34
35config SYS_CONFIG_NAME
36 default "vexpress_aemv8a"
37
38endif