blob: 8c09ed2b74d76afe83dc8c4a98bd1224be298481 [file] [log] [blame]
Andrew Geisslerea144b032023-01-27 16:03:57 -06001From 32beea722c1167c9b33f1ecfdc28d360cabd6823 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
4Subject: [PATCH 7/9] vexpress64: Enable LIBFDT_OVERLAY in the vexpress_aemv8r
5 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
12---
13 configs/vexpress_aemv8r_defconfig | 1 +
14 1 file changed, 1 insertion(+)
15
16diff --git a/configs/vexpress_aemv8r_defconfig b/configs/vexpress_aemv8r_defconfig
Andrew Geisslerea144b032023-01-27 16:03:57 -060017index b902a6a7d9..a58a9db385 100644
Brad Bishopbec4ebc2022-08-03 09:55:16 -040018--- a/configs/vexpress_aemv8r_defconfig
19+++ b/configs/vexpress_aemv8r_defconfig
Andrew Geisslerea144b032023-01-27 16:03:57 -060020@@ -18,3 +18,4 @@ CONFIG_VIRTIO_MMIO=y
Brad Bishopbec4ebc2022-08-03 09:55:16 -040021 CONFIG_ARMV8_EXCEPTION_VECTORS=n
22 CONFIG_ARMV8_SWITCH_TO_EL1=y
23 CONFIG_ARMV8_DISABLE_HVC=n
24+CONFIG_OF_LIBFDT_OVERLAY=y
25--
262.25.1
27