]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Revert "dm: pci: Allow scan bridge child devices before relocation"
authorSimon Glass <sjg@chromium.org>
Tue, 11 Aug 2015 02:54:52 +0000 (20:54 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 14 Aug 2015 15:50:11 +0000 (09:50 -0600)
commit78689170329931ad81599d545cddc1b63b1bb4dc
treea999744c2c597b36a41f3f74d12284f0246571a2
parentf0c7d9c74642ccd6c76993b721b0fb87aab685fa
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>
drivers/pci/pci-uclass.c