commit | c14bf4190ca8b3474a6cb76efede095c84c8a862 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:56:13 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:42 2019 +0800 |
tree | 8474adcc13388dbb8f4d1f48656f74e26378068c | |
parent | 25916d6e873bb3d4458078b7546903431c450e0f [diff] |
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>