blob: 6f5bfa38c4d584c732593d8bc5135f7383d91eeb [file] [log] [blame]
Andrew Geisslerfc7e7972023-09-11 08:24:07 -04001From df01346bb63c821cf8e73202e2894ceda9cb692b Mon Sep 17 00:00:00 2001
Brad Bishopbec4ebc2022-08-03 09:55:16 -04002From: Peter Hoyes <Peter.Hoyes@arm.com>
3Date: Tue, 22 Feb 2022 15:32:51 +0000
Andrew Geisslerfc7e7972023-09-11 08:24:07 -04004Subject: [PATCH] vexpress64: Enable LIBFDT_OVERLAY in the vexpress_aemv8r
Brad Bishopbec4ebc2022-08-03 09:55:16 -04005 defconfig
6
7Issue-Id: SCM-3874
8Upstream-Status: Inappropriate [other]
9 Implementation pending further discussion
10Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
11Change-Id: Ide0532cf2de89f1bca9c8d4bd2ed0c1a1c57599f
Andrew Geisslerfc7e7972023-09-11 08:24:07 -040012
Brad Bishopbec4ebc2022-08-03 09:55:16 -040013---
14 configs/vexpress_aemv8r_defconfig | 1 +
15 1 file changed, 1 insertion(+)
16
17diff --git a/configs/vexpress_aemv8r_defconfig b/configs/vexpress_aemv8r_defconfig
Andrew Geisslerea144b032023-01-27 16:03:57 -060018index b902a6a7d9..a58a9db385 100644
Brad Bishopbec4ebc2022-08-03 09:55:16 -040019--- a/configs/vexpress_aemv8r_defconfig
20+++ b/configs/vexpress_aemv8r_defconfig
Andrew Geisslerea144b032023-01-27 16:03:57 -060021@@ -18,3 +18,4 @@ CONFIG_VIRTIO_MMIO=y
Brad Bishopbec4ebc2022-08-03 09:55:16 -040022 CONFIG_ARMV8_EXCEPTION_VECTORS=n
23 CONFIG_ARMV8_SWITCH_TO_EL1=y
24 CONFIG_ARMV8_DISABLE_HVC=n
25+CONFIG_OF_LIBFDT_OVERLAY=y