From 63b7ccbf9ffe9e79a6762a94eec74c8159f11a14 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 12 Jul 2023 09:04:41 -0600 Subject: x86: qemu: Switch to standard boot Drop use of the distro boot script and use standard boot instead. Moving to a text-based environment would be desirable also, but requires additional work. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- include/configs/qemu-x86.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h index 33263a46a40..3e5235291a2 100644 --- a/include/configs/qemu-x86.h +++ b/include/configs/qemu-x86.h @@ -12,14 +12,6 @@ #include -#define BOOT_TARGET_DEVICES(func) \ - func(USB, usb, 0) \ - func(SCSI, scsi, 0) \ - func(VIRTIO, virtio, 0) \ - func(IDE, ide, 0) \ - func(DHCP, dhcp, na) - -#include #include #define CFG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd\0" \ -- cgit v1.2.3