summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-09-08 23:52:45 (GMT)
committerSimon Glass <sjg@chromium.org>2015-09-29 04:27:17 (GMT)
commitc1446ac6c11dab19490a552f16ab39df8d5b3de3 (patch)
tree30a6407dcd5a83790ae9d3f99e0730c8161fcd95 /configs
parent1f8836396de8215b7f460616926052b32597bb29 (diff)
downloadu-boot-c1446ac6c11dab19490a552f16ab39df8d5b3de3.tar.xz
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/chromebook_link_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig
index 1c10124..21e85f3 100644
--- a/configs/chromebook_link_defconfig
+++ b/configs/chromebook_link_defconfig
@@ -1,4 +1,5 @@
CONFIG_X86=y
+CONFIG_SYS_MALLOC_F_LEN=0x1800
CONFIG_VENDOR_GOOGLE=y
CONFIG_DEFAULT_DEVICE_TREE="chromebook_link"
CONFIG_TARGET_CHROMEBOOK_LINK=y