commit | 3698446fa131721b9bd26560d2269f4ecbd8974b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 16 20:24:48 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Feb 20 15:25:29 2019 +0800 |
tree | 09035430983e91b907218da73967a82bbd4b9bbd | |
parent | 6d15c8defa9e5a909dbd20b7d582d3c4f9c898b3 [diff] |
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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>