commit | 90c668605fa81ab5046a8b05c7a1fa858811d4bf | [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 | 0911569b285c82dcda166c46d689bc561272995c [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>