mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
fff07717ad
There is not enough space for early allocation. That's why increase it. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
22 lines
582 B
Text
22 lines
582 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_ZYNQMP_R5=y
|
|
CONFIG_SYS_TEXT_BASE=0x10000000
|
|
CONFIG_SYS_MALLOC_F_LEN=0x1000
|
|
CONFIG_NR_DRAM_BANKS=1
|
|
CONFIG_ENV_SIZE=0x20000
|
|
CONFIG_DEBUG_UART_BASE=0xff010000
|
|
CONFIG_DEBUG_UART_CLOCK=100000000
|
|
CONFIG_DEFAULT_DEVICE_TREE="zynqmp-r5"
|
|
CONFIG_DEBUG_UART=y
|
|
CONFIG_BOOTSTAGE=y
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
CONFIG_SYS_PROMPT="ZynqMP r5> "
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_BOOTSTAGE=y
|
|
CONFIG_OF_EMBED=y
|
|
CONFIG_ENV_OVERWRITE=y
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_ZYNQ_SERIAL=y
|
|
CONFIG_TIMER=y
|
|
CONFIG_CADENCE_TTC_TIMER=y
|
|
# CONFIG_EFI_LOADER is not set
|