]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/chromebook_link_defconfig
x86: chromebook_link: Expand early malloc() memory
authorSimon Glass <sjg@chromium.org>
Tue, 8 Sep 2015 23:52:45 +0000 (17:52 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 29 Sep 2015 04:27:17 +0000 (22:27 -0600)
commitc1446ac6c11dab19490a552f16ab39df8d5b3de3
tree30a6407dcd5a83790ae9d3f99e0730c8161fcd95
parent1f8836396de8215b7f460616926052b32597bb29
x86: chromebook_link: Expand early malloc() memory

Now that PCI bridges are probed before relocation we need additional memory.
Each PCI bridge takes 240 bytes at present since it uses the same uclass as
the PCI controller. Probably we should split this out so that bridges have
their own uclass.

Expand the memory on link so that it works correctly.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
configs/chromebook_link_defconfig