From: Simon Glass Date: Tue, 8 Sep 2015 23:52:45 +0000 (-0600) Subject: x86: chromebook_link: Expand early malloc() memory X-Git-Tag: v2015.10-rc5~52^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1446ac6c11dab19490a552f16ab39df8d5b3de3;p=platform%2Fkernel%2Fu-boot.git 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 Reviewed-by: Bin Meng --- 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