commit | f1f4438218d4d042fd36431dd5ff382c0a9f7a2c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 26 09:12:56 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Apr 30 17:40:16 2020 +0800 |
tree | bdfdeec5b284b8917b6d5f5c83a6a72b89c450c6 | |
parent | 526aabec2496834450f9dab06e4f62bdc0696d33 [diff] |
pci: Avoid auto-config when chain loading When U-Boot is not the first-stage bootloader we don't want to re-configure the PCI devices, since this has already been done. Add a check to avoid this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>