mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 09:48:16 +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>
15 lines
399 B
Text
15 lines
399 B
Text
CONFIG_MIPS=y
|
|
CONFIG_SYS_TEXT_BASE=0xBFC00000
|
|
CONFIG_TARGET_DBAU1X00=y
|
|
CONFIG_DBAU1550=y
|
|
CONFIG_SYS_LITTLE_ENDIAN=y
|
|
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_SETEXPR is not set
|
|
# CONFIG_CMD_NFS is not set
|
|
# CONFIG_ISO_PARTITION is not set
|
|
CONFIG_MTD_NOR_FLASH=y
|