From c60f6d668dd6c439f4a88bdce3398ac05e5f8843 Mon Sep 17 00:00:00 2001 From: Ovidiu Panait Date: Wed, 6 May 2020 20:38:47 +0300 Subject: qemu-x86*_defconfig: Enable CONFIG_PCI_INIT_R Enable CONFIG_PCI_INIT_R for qemux86 and qemux86-64 pci enumeration during boot in order to eliminate the custom preboot commands in include/configs/qemu-x86.h. Signed-off-by: Ovidiu Panait --- include/configs/qemu-x86.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h index 49e307b430..52c33600b3 100644 --- a/include/configs/qemu-x86.h +++ b/include/configs/qemu-x86.h @@ -22,8 +22,6 @@ #include #include -#define CONFIG_PREBOOT "pci enum" - #define CONFIG_SYS_MONITOR_LEN (1 << 20) #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd\0" \ -- cgit