diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2021-09-17 09:37:05 +0200 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2021-10-07 10:14:50 +0200 |
commit | d565a35dbd0662de31770e4f132b7a4a337d0ade (patch) | |
tree | 6ce5c334035e51ef200e7658d40636aaa48fe85c /include/config_distro_bootcmd.h | |
parent | f485e9dfa75597c7876ffbe97c91b4f6828f4135 (diff) | |
download | u-boot-d565a35dbd0662de31770e4f132b7a4a337d0ade.tar.gz |
distro_bootcmd: run pci enum for scsi_boot just like it is done for nvme_boot
The SCSI device can be a PCIe adapter, so run pcie enum if enabled.
Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.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 750e9e04e8..3f724aa10f 100644 --- a/include/config_distro_bootcmd.h +++ b/include/config_distro_bootcmd.h @@ -226,6 +226,7 @@ "fi\0" \ \ "scsi_boot=" \ + BOOTENV_RUN_PCI_ENUM \ BOOTENV_RUN_SCSI_INIT \ BOOTENV_SHARED_BLKDEV_BODY(scsi) #define BOOTENV_DEV_SCSI BOOTENV_DEV_BLKDEV |