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>
57 lines
1.4 KiB
Plaintext
57 lines
1.4 KiB
Plaintext
CONFIG_MIPS=y
|
|
CONFIG_SYS_TEXT_BASE=0x80010000
|
|
CONFIG_NR_DRAM_BANKS=1
|
|
CONFIG_ARCH_BMIPS=y
|
|
CONFIG_SOC_BMIPS_BCM6838=y
|
|
# CONFIG_MIPS_BOOT_CMDLINE_LEGACY is not set
|
|
# CONFIG_MIPS_BOOT_ENV_LEGACY is not set
|
|
CONFIG_MIPS_BOOT_FDT=y
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_OF_STDOUT_VIA_ALIAS=y
|
|
CONFIG_DISPLAY_CPUINFO=y
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="bcm968380gerg # "
|
|
CONFIG_CMD_CPU=y
|
|
CONFIG_CMD_LICENSE=y
|
|
# CONFIG_CMD_BOOTD is not set
|
|
# CONFIG_CMD_ELF is not set
|
|
# CONFIG_CMD_XIMG is not set
|
|
# CONFIG_CMD_EXPORTENV is not set
|
|
# CONFIG_CMD_IMPORTENV is not set
|
|
# CONFIG_CMD_EDITENV is not set
|
|
# CONFIG_CMD_SAVEENV is not set
|
|
# CONFIG_CMD_ENV_EXISTS is not set
|
|
# CONFIG_CMD_CRC32 is not set
|
|
CONFIG_CMD_MEMINFO=y
|
|
# CONFIG_CMD_FLASH is not set
|
|
CONFIG_CMD_GPIO=y
|
|
# CONFIG_CMD_LOADS is not set
|
|
CONFIG_CMD_NAND=y
|
|
# CONFIG_CMD_MISC is not set
|
|
CONFIG_DEFAULT_DEVICE_TREE="brcm,bcm968380gerg"
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
# CONFIG_NET is not set
|
|
# CONFIG_DM_DEVICE_REMOVE is not set
|
|
CONFIG_HAVE_BLOCK_DEVICE=y
|
|
CONFIG_DM_GPIO=y
|
|
CONFIG_BCM6345_GPIO=y
|
|
CONFIG_LED=y
|
|
CONFIG_LED_BCM6328=y
|
|
CONFIG_LED_BLINK=y
|
|
CONFIG_MTD=y
|
|
CONFIG_NAND=y
|
|
CONFIG_NAND_BRCMNAND=y
|
|
CONFIG_NAND_BRCMNAND_6838=y
|
|
CONFIG_PHY=y
|
|
CONFIG_BCM6368_USBH_PHY=y
|
|
CONFIG_PINCTRL=y
|
|
CONFIG_POWER_DOMAIN=y
|
|
CONFIG_BCM6328_POWER_DOMAIN=y
|
|
CONFIG_DM_RESET=y
|
|
CONFIG_RESET_BCM6345=y
|
|
CONFIG_DM_SERIAL=y
|
|
CONFIG_BCM6345_SERIAL=y
|
|
CONFIG_SYSRESET_WATCHDOG=y
|
|
CONFIG_WDT_BCM6345=y
|
|
CONFIG_LZO=y
|