summaryrefslogtreecommitdiff
path: root/board/armltd
diff options
context:
space:
mode:
authorPeter Hoyes <Peter.Hoyes@arm.com>2021-11-11 12:26:00 +0300
committerTom Rini <trini@konsulko.com>2022-01-05 06:48:48 +0300
commit17fe55fd6fe9d32270380f574b33ff0bc15bb47e (patch)
tree5207f7a125d86c40452f6a495afdbf86b175cdb5 /board/armltd
parent6c2f16b3c95a0bb7f5d6f65512dceb0dc75ac00a (diff)
downloadu-boot-17fe55fd6fe9d32270380f574b33ff0bc15bb47e.tar.xz
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/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/armltd/vexpress64/Kconfig b/board/armltd/vexpress64/Kconfig
index 1d13f542e6..4aab3f092e 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"