mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
x86: samus: Increase the pre-reloc memory
This is too small now, likely due to the pre_reloc_only fixes. Increase it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
3a44bfdf08
commit
8dc2aa903a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
CONFIG_X86=y
|
CONFIG_X86=y
|
||||||
CONFIG_SYS_TEXT_BASE=0xFFE00000
|
CONFIG_SYS_TEXT_BASE=0xFFE00000
|
||||||
CONFIG_SYS_MALLOC_F_LEN=0x1a00
|
CONFIG_SYS_MALLOC_F_LEN=0x1c00
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue