projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f83481
)
NVMe: do PCI enumerate before nvme scan
author
Patrick Wildt
<patrick@blueri.se>
Thu, 3 Oct 2019 09:10:57 +0000
(11:10 +0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 31 Oct 2019 11:22:53 +0000
(07:22 -0400)
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>
include/config_distro_bootcmd.h
patch
|
blob
|
history
diff --git
a/include/config_distro_bootcmd.h
b/include/config_distro_bootcmd.h
index
3570a32
..
fc0935f
100644
(file)
--- 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