pci: Disable autoconfig in SPL
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:56:13 +0000 (08:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:42 +0000 (13:57 +0800)
commit90c668605fa81ab5046a8b05c7a1fa858811d4bf
tree8474adcc13388dbb8f4d1f48656f74e26378068c
parent0911569b285c82dcda166c46d689bc561272995c
pci: Disable autoconfig in SPL

At present U-Boot runs autoconfig in SPL but this is best left to U-Boot
proper. For TPL and SPL we can normally used fixed BARs and save code size
and time.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pci-uclass.c