mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +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>
19 lines
510 B
Text
19 lines
510 B
Text
CONFIG_MIPS=y
|
|
CONFIG_SYS_TEXT_BASE=0xBFC00000
|
|
CONFIG_TARGET_DBAU1X00=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="DBAU1000"
|
|
CONFIG_SYS_PROMPT="DbAu1xx0 # "
|
|
# CONFIG_CMD_BDI is not set
|
|
# CONFIG_CMD_ELF is not set
|
|
# CONFIG_CMD_RUN is not set
|
|
CONFIG_CMD_IMLS=y
|
|
# CONFIG_CMD_SAVEENV is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
CONFIG_CMD_IDE=y
|
|
# CONFIG_CMD_LOADB is not set
|
|
# CONFIG_CMD_LOADS is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_MAC_PARTITION=y
|
|
# CONFIG_ISO_PARTITION is not set
|
|
CONFIG_MTD_NOR_FLASH=y
|