mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +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>
35 lines
834 B
Text
35 lines
834 B
Text
CONFIG_ARC=y
|
|
CONFIG_ISA_ARCV2=y
|
|
CONFIG_CPU_ARCEM6=y
|
|
CONFIG_TARGET_EMSDP=y
|
|
CONFIG_SYS_TEXT_BASE=0x00000000
|
|
CONFIG_ENV_SIZE=0x1000
|
|
CONFIG_SYS_CLK_FREQ=40000000
|
|
# CONFIG_ARCH_FIXUP_FDT_MEMORY is not set
|
|
CONFIG_VERSION_VARIABLE=y
|
|
CONFIG_BOARD_EARLY_INIT_R=y
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="emsdp# "
|
|
# CONFIG_CMD_BOOTD is not set
|
|
# CONFIG_CMD_XIMG is not set
|
|
CONFIG_CMD_MMC=y
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_CMD_FAT=y
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_OF_EMBED=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="emsdp"
|
|
CONFIG_ENV_IS_IN_FAT=y
|
|
CONFIG_ENV_FAT_INTERFACE="mmc"
|
|
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
# CONFIG_NET is not set
|
|
CONFIG_DM=y
|
|
CONFIG_MMC=y
|
|
CONFIG_DM_MMC=y
|
|
CONFIG_MMC_DW=y
|
|
CONFIG_MMC_DW_SNPS=y
|
|
CONFIG_DM_SERIAL=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_FS_FAT_MAX_CLUSTSIZE=32768
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|
|
CONFIG_PANIC_HANG=y
|