1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-06 14:50:03 +00:00

arm/linux-yocto: remove PHYS_VIRT config frag

The PHYS_VIRT config fragment is no longer needed for qemuarm

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2023-10-17 08:25:48 -05:00
parent 7d651e01fb
commit b4c5577317
2 changed files with 0 additions and 2 deletions
@@ -1 +0,0 @@
CONFIG_ARM_PATCH_PHYS_VIRT=y
@@ -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)}"