mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +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>
34 lines
844 B
Text
34 lines
844 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_CPU_INIT=y
|
|
CONFIG_TARGET_SPEAR600=y
|
|
CONFIG_SYS_TEXT_BASE=0x00700000
|
|
CONFIG_NR_DRAM_BANKS=1
|
|
CONFIG_IDENT_STRING="-SPEAr"
|
|
CONFIG_SYS_EXTRA_OPTIONS="SPEAR600,USBTTY"
|
|
CONFIG_BOOTDELAY=-1
|
|
CONFIG_USE_BOOTARGS=y
|
|
CONFIG_BOOTARGS="console=ttyAMA0,115200 mem=128M root=/dev/mtdblock7 rootfstype=jffs2"
|
|
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
|
CONFIG_MISC_INIT_R=y
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
# CONFIG_AUTO_COMPLETE is not set
|
|
CONFIG_CMD_IMLS=y
|
|
CONFIG_CMD_I2C=y
|
|
CONFIG_CMD_NAND=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_MII=y
|
|
CONFIG_CMD_PING=y
|
|
CONFIG_ENV_IS_IN_NAND=y
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_SYS_I2C_DW=y
|
|
# CONFIG_MMC is not set
|
|
CONFIG_MTD_NOR_FLASH=y
|
|
CONFIG_MTD_DEVICE=y
|
|
CONFIG_NAND=y
|
|
CONFIG_PHY_GIGE=y
|
|
CONFIG_ETH_DESIGNWARE=y
|
|
CONFIG_MII=y
|
|
CONFIG_CONS_INDEX=0
|
|
CONFIG_USB=y
|
|
CONFIG_USB_GADGET=y
|