summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/machine
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-08-31 09:29:47 -0500
committerMark Hatle <mark.hatle@amd.com>2022-08-31 09:29:47 -0500
commit6cd4b336aaf726e63b14f25f54a99e7e992bb775 (patch)
tree7a5a7803f4c4ce04d7a60105f71a862105053e7c /meta-xilinx-core/conf/machine
parent7aeb8f34d59a9016293b32472a6b2cfc5b2b9831 (diff)
downloadmeta-xilinx-6cd4b336aaf726e63b14f25f54a99e7e992bb775.tar.gz
Revert "versal-net-generic.conf: Disable psmfw on versal net *** TEMPORARY ***"
This reverts commit 3b679a0e52234fe4fa933e9ea060e5ba2f663b3e. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf/machine')
-rw-r--r--meta-xilinx-core/conf/machine/versal-net-generic.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-xilinx-core/conf/machine/versal-net-generic.conf b/meta-xilinx-core/conf/machine/versal-net-generic.conf
index 9d912395..1941235a 100644
--- a/meta-xilinx-core/conf/machine/versal-net-generic.conf
+++ b/meta-xilinx-core/conf/machine/versal-net-generic.conf
@@ -21,13 +21,9 @@ MACHINEOVERRIDES:class-nativesdk = "versal-net"
21 21
22HDF_MACHINE = "versal-net-generic" 22HDF_MACHINE = "versal-net-generic"
23 23
24QEMU_HW_DTB_PS = "${QEMU_HW_DTB_PATH}/board-versal-net-psx-spp-1.4.dtb" 24QEMU_HW_DTB_PS = "${QEMU_HW_DTB_PATH}/board-versal-net-psx-spp-1.4.dtb"
25QEMU_HW_DTB_PMC = "${QEMU_HW_DTB_PATH}/board-versal-pmx-virt.dtb" 25QEMU_HW_DTB_PMC = "${QEMU_HW_DTB_PATH}/board-versal-pmx-virt.dtb"
26 26
27# Workaround: building PSM doesn't result in a working PSM, use the XSA provided one
28# Affects bootbin generation
29BIF_FSBL_ATTR = "base-pdi plmfw"
30
31#### No additional settings should be after the Postamble 27#### No additional settings should be after the Postamble
32#### Postamble 28#### Postamble
33PACKAGE_EXTRA_ARCHS:append = "${@['', ' versal_net_generic']['versal-net-generic' != "${MACHINE}"]}" 29PACKAGE_EXTRA_ARCHS:append = "${@['', ' versal_net_generic']['versal-net-generic' != "${MACHINE}"]}"