]> Git Repo - J-u-boot.git/commit
x86: link: Increase malloc size and decrease code size
authorSimon Glass <[email protected]>
Sun, 17 Feb 2019 03:24:48 +0000 (20:24 -0700)
committerBin Meng <[email protected]>
Wed, 20 Feb 2019 07:25:29 +0000 (15:25 +0800)
commit2cd2bc20c4db41d34e735c29b63a9c0b01f8039e
tree09035430983e91b907218da73967a82bbd4b9bbd
parent8dc2aa903ab17e97eb6bdd418b3aefb2060a1914
x86: link: Increase malloc size and decrease code size

At present link does not boot since it has outgrown its pre-relocation
malloc() size and its assigned code area. Increase the former and drop
EFI loader support, which adds about 45KB!

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
configs/chromebook_link_defconfig
This page took 0.036583 seconds and 4 git commands to generate.