mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
278b90ce78
On the NIOS2 and Xtensa architectures, we do not have CONFIG_SYS_TEXT_BASE set. This is a strict migration of the current values into the defconfig and removing them from the headers. I did not attempt to add more default values in and for now will leave that to maintainers. Signed-off-by: Tom Rini <trini@konsulko.com>
31 lines
716 B
Text
31 lines
716 B
Text
CONFIG_ARM=y
|
|
CONFIG_ORION5X=y
|
|
CONFIG_SYS_TEXT_BASE=0x00800000
|
|
CONFIG_SPL_LIBCOMMON_SUPPORT=y
|
|
CONFIG_SPL_LIBGENERIC_SUPPORT=y
|
|
CONFIG_TARGET_EDMINIV2=y
|
|
CONFIG_SPL_SERIAL_SUPPORT=y
|
|
CONFIG_IDENT_STRING=" EDMiniV2"
|
|
CONFIG_BOOTDELAY=3
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
CONFIG_ARCH_MISC_INIT=y
|
|
CONFIG_SPL=y
|
|
CONFIG_SPL_BOARD_INIT=y
|
|
CONFIG_SPL_NOR_SUPPORT=y
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="EDMiniV2> "
|
|
CONFIG_CMD_IMLS=y
|
|
CONFIG_CMD_IDE=y
|
|
CONFIG_CMD_I2C=y
|
|
CONFIG_CMD_USB=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_EXT2=y
|
|
CONFIG_ISO_PARTITION=y
|
|
CONFIG_ENV_IS_IN_FLASH=y
|
|
CONFIG_MVSATA_IDE=y
|
|
# CONFIG_MMC is not set
|
|
CONFIG_MTD_NOR_FLASH=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_USB=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_STORAGE=y
|