commit | 53292ad956329eb18de0604f369cd99dd2a2579f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 31 09:31:34 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 08:42:41 2015 -0600 |
tree | 6d56f2f1ffeddb4d659c6a18104644ec1287163d | |
parent | da4b159bf021fcb464235232defb423d0d81aaa6 [diff] |
pci: Fix up code for CONFIG_PCI_ENUM_ONLY This option is not used by any board but appears to still be useful, at least for testing. With recent commits it does not build, so fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>