mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
8d8ee47e03
Today in initr_reloc_global_data() we use some non-obvious tests to determine if we need to relocate the env_addr within gd or not. In order to facilitate migration of other symbols to Kconfig we need to introduce a new symbol for this particular use case. Cc: Wolfgang Denk <wd@denx.de> Cc: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Tom Rini <trini@konsulko.com>
20 lines
528 B
Text
20 lines
528 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_ZYNQMP_R5=y
|
|
CONFIG_SYS_TEXT_BASE=0x10000000
|
|
CONFIG_NR_DRAM_BANKS=1
|
|
CONFIG_DEBUG_UART_BASE=0xff010000
|
|
CONFIG_DEBUG_UART_CLOCK=100000000
|
|
CONFIG_DEBUG_UART=y
|
|
CONFIG_BOOTSTAGE=y
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
CONFIG_SYS_PROMPT="ZynqMP r5> "
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_BOOTSTAGE=y
|
|
CONFIG_OF_EMBED=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="zynqmp-r5"
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_DEBUG_UART_ZYNQ=y
|
|
CONFIG_ZYNQ_SERIAL=y
|
|
CONFIG_TIMER=y
|
|
CONFIG_CADENCE_TTC_TIMER=y
|