From: Patrick Wildt Date: Thu, 3 Oct 2019 09:10:57 +0000 (+0200) Subject: NVMe: do PCI enumerate before nvme scan X-Git-Tag: v2020.01-rc2~28^2~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=52e1d93c14d0a56651367eb00f8d6b6fe80a2708;p=oweals%2Fu-boot.git NVMe: do PCI enumerate before nvme scan Make sure that the PCI busses are enumerated before trying to find a NVMe device. Signed-off-by: Patrick Wildt Reviewed-by: Bin Meng --- diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index 3570a32dff..fc0935fa21 100644 --- a/include/config_distro_bootcmd.h +++ b/include/config_distro_bootcmd.h @@ -189,6 +189,7 @@ "fi\0" \ \ "nvme_boot=" \ + BOOTENV_RUN_PCI_ENUM \ BOOTENV_RUN_NVME_INIT \ BOOTENV_SHARED_BLKDEV_BODY(nvme) #define BOOTENV_DEV_NVME BOOTENV_DEV_BLKDEV