diff options
author | Ovidiu Panait <ovidiu.panait@windriver.com> | 2020-05-06 20:38:47 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-15 17:12:41 -0400 |
commit | c60f6d668dd6c439f4a88bdce3398ac05e5f8843 (patch) | |
tree | 8385db76a60ea1ed2c3169b71b28e438557d2725 /configs/qemu-x86_defconfig | |
parent | 1d4ad53d43340fb6bfdf810ece4cfee5d03d40d3 (diff) |
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 <ovidiu.panait@windriver.com>
Diffstat (limited to 'configs/qemu-x86_defconfig')
-rw-r--r-- | configs/qemu-x86_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig index a562f213e1..565f232b4f 100644 --- a/configs/qemu-x86_defconfig +++ b/configs/qemu-x86_defconfig @@ -18,6 +18,7 @@ CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro" CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_LAST_STAGE_INIT=y +CONFIG_PCI_INIT_R=y CONFIG_CMD_CPU=y CONFIG_CMD_BOOTEFI_SELFTEST=y CONFIG_CMD_NVEDIT_EFI=y |