mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user