Ryan Harkin | 296439e | 2019-08-27 11:56:49 +0100 | [diff] [blame] | 1 | if TARGET_VEXPRESS64_BASE_FVP || TARGET_VEXPRESS64_JUNO |
Linus Walleij | ffc1037 | 2015-01-23 14:41:10 +0100 | [diff] [blame] | 2 | |
| 3 | config SYS_BOARD |
| 4 | default "vexpress64" |
| 5 | |
| 6 | config SYS_VENDOR |
| 7 | default "armltd" |
| 8 | |
| 9 | config SYS_CONFIG_NAME |
| 10 | default "vexpress_aemv8a" |
| 11 | |
Andre Przywara | b3270e9 | 2020-04-27 19:18:01 +0100 | [diff] [blame] | 12 | config 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 Walleij | ffc1037 | 2015-01-23 14:41:10 +0100 | [diff] [blame] | 19 | endif |