commit | c1446ac6c11dab19490a552f16ab39df8d5b3de3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 08 17:52:45 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Sep 28 22:27:17 2015 -0600 |
tree | 30a6407dcd5a83790ae9d3f99e0730c8161fcd95 | |
parent | 1f8836396de8215b7f460616926052b32597bb29 [diff] |
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>