mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +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>
25 lines
582 B
Text
25 lines
582 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_ASPEED=y
|
|
CONFIG_SYS_TEXT_BASE=0x0
|
|
CONFIG_ASPEED_AST2500=y
|
|
CONFIG_TARGET_EVB_AST2500=y
|
|
CONFIG_SYS_MALLOC_F_LEN=0x2000
|
|
CONFIG_DEFAULT_DEVICE_TREE="ast2500-evb"
|
|
CONFIG_USE_BOOTARGS=y
|
|
CONFIG_BOOTARGS="console=ttyS4,115200n8 root=/dev/ram rw"
|
|
CONFIG_PRE_CONSOLE_BUFFER=y
|
|
CONFIG_PRE_CON_BUF_ADDR=0x1e720000
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
CONFIG_CMD_I2C=y
|
|
CONFIG_REGMAP=y
|
|
CONFIG_CLK=y
|
|
CONFIG_DM_I2C=y
|
|
CONFIG_SYS_I2C_ASPEED=y
|
|
CONFIG_PINCTRL=y
|
|
CONFIG_RAM=y
|
|
CONFIG_DM_RESET=y
|
|
CONFIG_DM_SERIAL=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_SYSRESET=y
|
|
CONFIG_TIMER=y
|
|
CONFIG_WDT=y
|