diff options
author | Simon Glass <sjg@chromium.org> | 2023-07-12 09:04:41 -0600 |
---|---|---|
committer | Bin Meng <bmeng@tinylab.org> | 2023-07-17 13:38:35 +0800 |
commit | 63b7ccbf9ffe9e79a6762a94eec74c8159f11a14 (patch) | |
tree | 585b26877b6d50bea448b3ce2294ef6e27438de0 /include/configs | |
parent | 1e5ff886575f5a870cb5f89e6c70b35160479f1f (diff) | |
download | u-boot-63b7ccbf9ffe9e79a6762a94eec74c8159f11a14.tar.gz u-boot-63b7ccbf9ffe9e79a6762a94eec74c8159f11a14.tar.bz2 u-boot-63b7ccbf9ffe9e79a6762a94eec74c8159f11a14.zip |
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 <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/qemu-x86.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h index 33263a46a4..3e5235291a 100644 --- a/include/configs/qemu-x86.h +++ b/include/configs/qemu-x86.h @@ -12,14 +12,6 @@ #include <linux/sizes.h> -#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 <config_distro_bootcmd.h> #include <configs/x86-common.h> #define CFG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd\0" \ |