diff options
author | Thomas Huth <thuth@redhat.com> | 2024-06-20 16:59:28 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-10-23 06:53:44 +0200 |
commit | 188e255bf8ed68fa64bcb63577cb100eeb326254 (patch) | |
tree | 344e6fab53df91dc5dbb93bcf7605bab67b6a4ae /pc-bios | |
parent | 8e5739ce4b0b04d7121cb2b29521acde2a8f3a24 (diff) |
hw/s390x: Remove the possibility to load the s390-netboot.img binary
Since the netboot code has now been merged into the main s390-ccw.img
binary, we don't need the separate s390-netboot.img anymore. Remove
it and the code that was responsible for loading it.
Message-Id: <20240621082422.136217-6-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/meson.build | 1 | ||||
-rw-r--r-- | pc-bios/s390-netboot.img | bin | 67232 -> 0 bytes |
2 files changed, 0 insertions, 1 deletions
diff --git a/pc-bios/meson.build b/pc-bios/meson.build index 090379763e..4823dff189 100644 --- a/pc-bios/meson.build +++ b/pc-bios/meson.build @@ -68,7 +68,6 @@ blobs = [ 'kvmvapic.bin', 'pvh.bin', 's390-ccw.img', - 's390-netboot.img', 'slof.bin', 'skiboot.lid', 'palcode-clipper', diff --git a/pc-bios/s390-netboot.img b/pc-bios/s390-netboot.img Binary files differdeleted file mode 100644 index 6908e49f06..0000000000 --- a/pc-bios/s390-netboot.img +++ /dev/null |