summaryrefslogtreecommitdiff
path: root/board/armltd
diff options
context:
space:
mode:
authorPeter Hoyes <Peter.Hoyes@arm.com>2023-03-31 11:58:11 +0300
committerTom Rini <trini@konsulko.com>2023-04-25 22:31:27 +0300
commit3635df6bdf29cf22ce7378a50276cf71a6b3dc52 (patch)
treee6745280eaa1e6163ddf0e866fa6b8f37ff885ec /board/armltd
parent990bf2f38feeed86545cd775b766513fa91dc3f7 (diff)
downloadu-boot-3635df6bdf29cf22ce7378a50276cf71a6b3dc52.tar.xz
vexpress64: Use OF_HAS_PRIOR_STAGE for BASE_FVP variant
BASE_FVP now typically uses a devicetree provided by a prior boot stage (typically Arm TF-A), so imply this option by default when TARGET_VEXPRESS64_BASE_FVP is selected. OF_HAS_PRIOR_STAGE selects OF_BOARD so this change is minor, but aligns TARGET_VEXPRESS64_BASE_FVP with TARGET_VEXPRESS64_BASER_FVP. 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 5616e223a9..bd15cbeb7e 100644
--- a/board/armltd/vexpress64/Kconfig
+++ b/board/armltd/vexpress64/Kconfig
@@ -23,7 +23,7 @@ choice
config TARGET_VEXPRESS64_BASE_FVP
bool "Support Versatile Express ARMv8a FVP BASE model"
select VEXPRESS64_BASE_MODEL
- select OF_BOARD
+ imply OF_HAS_PRIOR_STAGE
config TARGET_VEXPRESS64_BASER_FVP
bool "Support Versatile Express ARMv8r64 FVP BASE model"