commit | 1d8f1377f79ffc5f6518901587860634323e8c94 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Jul 24 22:18:41 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jul 30 18:53:08 2023 +0200 |
tree | 772d0829c3ec68135a399efb229b29f964fc920b | |
parent | 3bccce3639bd9d7dca153a697d3d0ed9c7f451db [diff] |
spl: initialize PCI before booting MMC, SATA, and USB may be using PCI based controllers. Initialize the PCI sub-system before trying to boot. Remove the initialization for NVMe that is now redundant. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Mayuresh Chitale <mchitale@ventanamicro.com>