forked from OERV-BSP/u-boot
Rename the variable and add ENV_ prefix, so that all configuration options which are related to environment would have an CONFIG_ENV_ prefix. No functional change. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
31 lines
789 B
Plaintext
31 lines
789 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_SKIP_LOWLEVEL_INIT=y
|
|
CONFIG_ARCH_ZYNQMP_R5=y
|
|
CONFIG_TEXT_BASE=0x10000000
|
|
CONFIG_SYS_MALLOC_LEN=0x1400000
|
|
CONFIG_SYS_MALLOC_F_LEN=0x1000
|
|
CONFIG_NR_DRAM_BANKS=1
|
|
CONFIG_ENV_SIZE=0x20000
|
|
CONFIG_DEFAULT_DEVICE_TREE="zynqmp-r5"
|
|
CONFIG_SYS_BOOTM_LEN=0x3c00000
|
|
CONFIG_SYS_LOAD_ADDR=0x0
|
|
CONFIG_DEBUG_UART_BASE=0xff010000
|
|
CONFIG_DEBUG_UART_CLOCK=100000000
|
|
CONFIG_CPU_FREQ_HZ=500000000
|
|
CONFIG_DEBUG_UART=y
|
|
# CONFIG_EFI_LOADER is not set
|
|
CONFIG_BOOTSTAGE=y
|
|
CONFIG_SYS_CBSIZE=256
|
|
CONFIG_SYS_PBSIZE=284
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
CONFIG_SYS_PROMPT="ZynqMP r5> "
|
|
CONFIG_SYS_MAXARGS=32
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_BOOTSTAGE=y
|
|
CONFIG_OF_EMBED=y
|
|
CONFIG_ENV_OVERWRITE=y
|
|
CONFIG_ENV_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_ZYNQ_SERIAL=y
|
|
CONFIG_TIMER=y
|
|
CONFIG_CADENCE_TTC_TIMER=y
|