Remove qemu_extra and qemu_extra_nvme make targets

The extra disk is unconditionally attached by the regular disk logic.
This commit is contained in:
bjorn3 2026-03-01 16:56:05 +01:00
parent 25ed25340b
commit 0a09e5af47

View File

@ -372,15 +372,6 @@ $(BUILD)/qemu_uboot.rom:
qemu: qemu-deps
$(QEMU) $(QEMUFLAGS)
# You probably want to use disk=no when using the *_extra targets
qemu_extra: qemu-deps
$(QEMU) $(QEMUFLAGS) \
-drive file=$(EXTRA_DISK),format=raw
qemu_nvme_extra: qemu-deps
$(QEMU) $(QEMUFLAGS) \
-drive file=$(EXTRA_DISK),format=raw,if=none,id=drv1 -device nvme,drive=drv1,serial=NVME_EXTRA
#additional steps for $(DISK) are required!!!
qemu_raspi: qemu-deps
$(QEMU) -M raspi3b -smp 4,cores=1 \