diff options
author | Peter Hoyes | 2021-11-11 09:26:00 +0000 |
---|---|---|
committer | Tom Rini | 2022-01-04 22:48:48 -0500 |
commit | 17fe55fd6fe9d32270380f574b33ff0bc15bb47e (patch) | |
tree | 5207f7a125d86c40452f6a495afdbf86b175cdb5 /board/armltd | |
parent | 6c2f16b3c95a0bb7f5d6f65512dceb0dc75ac00a (diff) |
vexpress64: Refactor header file to make it easier to add new FVPs
Rename from vexpress_aemv8a.h -> vepxress_aemv8.h as new FVPs may not be
v8-A. No change in behavior.
This is towards future work to enable support for the FVP_BaseR.
Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'board/armltd')
-rw-r--r-- | board/armltd/vexpress64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/armltd/vexpress64/Kconfig b/board/armltd/vexpress64/Kconfig index 1d13f542e67..4aab3f092ec 100644 --- a/board/armltd/vexpress64/Kconfig +++ b/board/armltd/vexpress64/Kconfig @@ -7,7 +7,7 @@ config SYS_VENDOR default "armltd" config SYS_CONFIG_NAME - default "vexpress_aemv8a" + default "vexpress_aemv8" config JUNO_DTB_PART string "NOR flash partition holding DTB" |