mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 00:17:23 +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>
42 lines
1.4 KiB
Text
42 lines
1.4 KiB
Text
CONFIG_ARM=y
|
|
# CONFIG_SYS_THUMB_BUILD is not set
|
|
CONFIG_ARCH_OMAP2PLUS=y
|
|
CONFIG_SYS_TEXT_BASE=0x80008000
|
|
CONFIG_TARGET_NOKIA_RX51=y
|
|
CONFIG_NR_DRAM_BANKS=2
|
|
CONFIG_BOOTDELAY=30
|
|
CONFIG_USE_PREBOOT=y
|
|
CONFIG_PREBOOT="setenv mmcnum 1; setenv mmcpart 1;setenv mmcscriptfile bootmenu.scr;if run switchmmc; then setenv mmcdone true;setenv mmctype fat;if run scriptload; then true; else setenv mmctype ext2;if run scriptload; then true; else setenv mmctype ext4;if run scriptload; then true; else setenv mmcdone false;fi;fi;fi;if ${mmcdone}; then run scriptboot;fi;fi;if run slide; then true; else setenv bootmenu_delay 0;setenv bootdelay 0;fi"
|
|
# CONFIG_CONSOLE_MUX is not set
|
|
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="Nokia RX-51 # "
|
|
CONFIG_AUTOBOOT_KEYED=y
|
|
CONFIG_AUTOBOOT_MENU_SHOW=y
|
|
CONFIG_CMD_BOOTMENU=y
|
|
# CONFIG_CMD_IMI is not set
|
|
# CONFIG_CMD_SAVEENV is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
CONFIG_CMD_GPIO=y
|
|
CONFIG_CMD_I2C=y
|
|
CONFIG_CMD_MMC=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_EXT2=y
|
|
CONFIG_CMD_EXT4=y
|
|
CONFIG_CMD_FAT=y
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
# CONFIG_NET is not set
|
|
CONFIG_TWL4030_LED=y
|
|
CONFIG_MMC_OMAP_HS=y
|
|
CONFIG_CONS_INDEX=3
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_SPI=y
|
|
CONFIG_OMAP3_SPI=y
|
|
CONFIG_USB=y
|
|
CONFIG_USB_MUSB_HCD=y
|
|
CONFIG_USB_MUSB_UDC=y
|
|
CONFIG_USB_OMAP3=y
|
|
CONFIG_TWL4030_USB=y
|
|
CONFIG_VIDEO=y
|
|
CONFIG_CFB_CONSOLE_ANSI=y
|
|
# CONFIG_VGA_AS_SINGLE_DEVICE is not set
|