mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-20 06:01:26 +02:00
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>
This commit is contained in:
parent
8dc2aa903a
commit
2cd2bc20c4
@ -1,6 +1,6 @@
|
|||||||
CONFIG_X86=y
|
CONFIG_X86=y
|
||||||
CONFIG_SYS_TEXT_BASE=0xFFF00000
|
CONFIG_SYS_TEXT_BASE=0xFFF00000
|
||||||
CONFIG_SYS_MALLOC_F_LEN=0x2000
|
CONFIG_SYS_MALLOC_F_LEN=0x2400
|
||||||
CONFIG_DEBUG_UART_BOARD_INIT=y
|
CONFIG_DEBUG_UART_BOARD_INIT=y
|
||||||
CONFIG_DEBUG_UART_BASE=0x3f8
|
CONFIG_DEBUG_UART_BASE=0x3f8
|
||||||
CONFIG_DEBUG_UART_CLOCK=1843200
|
CONFIG_DEBUG_UART_CLOCK=1843200
|
||||||
@ -63,3 +63,4 @@ CONFIG_VIDEO_IVYBRIDGE_IGD=y
|
|||||||
CONFIG_CONSOLE_SCROLL_LINES=5
|
CONFIG_CONSOLE_SCROLL_LINES=5
|
||||||
CONFIG_CMD_DHRYSTONE=y
|
CONFIG_CMD_DHRYSTONE=y
|
||||||
CONFIG_TPM=y
|
CONFIG_TPM=y
|
||||||
|
# CONFIG_EFI_LOADER is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user