diff mbox series

arm/linux-yocto: remove PHYS_VIRT config frag

Message ID 20231017132548.3907869-1-jon.mason@arm.com
State New
Headers show
Series arm/linux-yocto: remove PHYS_VIRT config frag | expand

Commit Message

Jon Mason Oct. 17, 2023, 1:25 p.m. UTC
The PHYS_VIRT config fragment is no longer needed for qemuarm

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 meta-arm/recipes-kernel/linux/files/qemuarm-phys-virt.cfg | 1 -
 meta-arm/recipes-kernel/linux/linux-yocto%.bbappend       | 1 -
 2 files changed, 2 deletions(-)
 delete mode 100644 meta-arm/recipes-kernel/linux/files/qemuarm-phys-virt.cfg

Comments

Jon Mason Oct. 18, 2023, 12:45 a.m. UTC | #1
On Tue, 17 Oct 2023 08:25:48 -0500, Jon Mason wrote:
> The PHYS_VIRT config fragment is no longer needed for qemuarm
> 
> 

Applied, thanks!

[1/1] arm/linux-yocto: remove PHYS_VIRT config frag
      commit: b4c5577317527136cda950a55ee0b6311c21ab91

Best regards,
diff mbox series

Patch

diff --git a/meta-arm/recipes-kernel/linux/files/qemuarm-phys-virt.cfg b/meta-arm/recipes-kernel/linux/files/qemuarm-phys-virt.cfg
deleted file mode 100644
index b014e7f6..00000000
--- a/meta-arm/recipes-kernel/linux/files/qemuarm-phys-virt.cfg
+++ /dev/null
@@ -1 +0,0 @@ 
-CONFIG_ARM_PATCH_PHYS_VIRT=y
diff --git a/meta-arm/recipes-kernel/linux/linux-yocto%.bbappend b/meta-arm/recipes-kernel/linux/linux-yocto%.bbappend
index 0a42ce4a..c4e351bb 100644
--- a/meta-arm/recipes-kernel/linux/linux-yocto%.bbappend
+++ b/meta-arm/recipes-kernel/linux/linux-yocto%.bbappend
@@ -27,7 +27,6 @@  SRC_URI:append:qemuarm64 = " file://efi.cfg"
 FILESEXTRAPATHS:prepend:qemuarm = "${ARMFILESPATHS}"
 SRC_URI:append:qemuarm = " \
     file://efi.cfg \
-    file://qemuarm-phys-virt.cfg \
     "
 
 FFA_TRANSPORT_INCLUDE = "${@bb.utils.contains('MACHINE_FEATURES', 'arm-ffa', 'arm-ffa-transport.inc', '' , d)}"