diff options
author | Patrick Wildt <patrick@blueri.se> | 2019-10-03 11:10:57 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-31 07:22:53 -0400 |
commit | 52e1d93c14d0a56651367eb00f8d6b6fe80a2708 (patch) | |
tree | 593776266e0a4f5bd07443a20955b09239779f2f /include/config_distro_bootcmd.h | |
parent | 2f83481dff9c4f253a6ac341911d78d4984ca07b (diff) | |
download | u-boot-52e1d93c14d0a56651367eb00f8d6b6fe80a2708.tar.gz u-boot-52e1d93c14d0a56651367eb00f8d6b6fe80a2708.tar.bz2 u-boot-52e1d93c14d0a56651367eb00f8d6b6fe80a2708.zip |
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 <patrick@blueri.se>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/config_distro_bootcmd.h')
-rw-r--r-- | include/config_distro_bootcmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |