blob: 4aab3f092ecb24c446184f2a5b3239f0e887d9e8 [file] [log] [blame]
Ryan Harkind700c3a2019-08-27 11:56:49 +01001if TARGET_VEXPRESS64_BASE_FVP || TARGET_VEXPRESS64_JUNO
Linus Walleijc5822502015-01-23 14:41:10 +01002
3config SYS_BOARD
4 default "vexpress64"
5
6config SYS_VENDOR
7 default "armltd"
8
9config SYS_CONFIG_NAME
Peter Hoyes32860372021-11-11 09:26:00 +000010 default "vexpress_aemv8"
Linus Walleijc5822502015-01-23 14:41:10 +010011
Andre Przywara94504f42020-04-27 19:18:01 +010012config JUNO_DTB_PART
13 string "NOR flash partition holding DTB"
14 default "board.dtb"
15 help
16 The ARM partition name in the NOR flash memory holding the
17 device tree blob to configure U-Boot.
18
Linus Walleijc5822502015-01-23 14:41:10 +010019endif