commit | 27517b37c691ba52584f554a51d2eafce7c79f72 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 10 20:54:52 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Aug 14 09:50:11 2015 -0600 |
tree | a999744c2c597b36a41f3f74d12284f0246571a2 | |
parent | 0e27b875b2a79d233a6112a84690379bb9eb6b74 [diff] |
Revert "dm: pci: Allow scan bridge child devices before relocation" This reverts commit df189d9ba3f8fd1bc67e3c0c3c4ace16cd065ee1. Unfortunately this commit breaks chromebook_link because it adds lots of PCI devices before relocation and there is not enough pre-reloc malloc() memory. Rathar then increase this memory, revert for now until we figure this out. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>