From: Fabio Estevam Date: Thu, 14 Aug 2025 18:14:36 +0000 (-0300) Subject: qemu_arm: Select CONFIG_SYS_EARLY_PCI_INIT X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51214ffcc543dde83ad687c35cb2de61a34e0602;p=thirdparty%2Fu-boot.git qemu_arm: Select CONFIG_SYS_EARLY_PCI_INIT Select CONFIG_SYS_EARLY_PCI_INIT so that eMMC emulation can work. Signed-off-by: Fabio Estevam Reviewed-by: Tom Rini Tested-by: Jan Kiszka --- diff --git a/board/emulation/qemu-arm/Kconfig b/board/emulation/qemu-arm/Kconfig index 80ab9d8e1c3..447061b25cd 100644 --- a/board/emulation/qemu-arm/Kconfig +++ b/board/emulation/qemu-arm/Kconfig @@ -8,6 +8,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAS_CUSTOM_SYS_INIT_SP_ADDR select QFW if ACPI select QFW_MMIO if CMD_QFW + imply SYS_EARLY_PCI_INIT imply VIRTIO_MMIO imply VIRTIO_PCI imply VIRTIO_NET