From 1efed3cbec879134d55aee8e13c6bbc6da9b6ef6 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sat, 15 Jun 2024 09:38:25 +0200 Subject: MHR-31: Changes related to ARM64/AMD64: This is the last commit regarding AMD64 support, focusing on ARM64 now. Signed-off-by: Amlal EL Mahrouss --- Boot/Sources/ovmf.ps1 | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Boot/Sources/ovmf.ps1 (limited to 'Boot/Sources') diff --git a/Boot/Sources/ovmf.ps1 b/Boot/Sources/ovmf.ps1 deleted file mode 100644 index 5a2c5f0e..00000000 --- a/Boot/Sources/ovmf.ps1 +++ /dev/null @@ -1,4 +0,0 @@ -$client = new-object System.Net.WebClient -$output = "$PSScriptRoot\OVMF.fd" - -$client.DownloadFile("https://retrage.github.io/edk2-nightly/bin/DEBUGX64_OVMF.fd", $output) -- cgit v1.2.3