mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
eaf6ea6a1d
- Make all users of CUSTOM_SYS_INIT_SP_ADDR reference SYS_INIT_SP_ADDR - Introduce HAS_CUSTOM_SYS_INIT_SP_ADDR to allow for setting the stack pointer directly, otherwise we use the common calculation. - On some platforms that were using the standard calculation but did not set CONFIG_SYS_INIT_RAM_SIZE / CONFIG_SYS_INIT_RAM_ADDR, set them. - On a small number of platforms that were not subtracting GENERATED_GBL_DATA_SIZE do so now via the standard calculation. - CONFIG_SYS_INIT_SP_OFFSET is now widely unused, so remove it from most board config header files. Signed-off-by: Tom Rini <trini@konsulko.com>
54 lines
1.4 KiB
Text
54 lines
1.4 KiB
Text
CONFIG_ARM=y
|
|
CONFIG_SYS_DCACHE_OFF=y
|
|
CONFIG_ARCH_CPU_INIT=y
|
|
# CONFIG_SYS_THUMB_BUILD is not set
|
|
CONFIG_ARCH_RMOBILE=y
|
|
CONFIG_SYS_TEXT_BASE=0xE80C0000
|
|
CONFIG_SYS_MALLOC_LEN=0x100000
|
|
CONFIG_SYS_MALLOC_F_LEN=0x400
|
|
CONFIG_NR_DRAM_BANKS=1
|
|
CONFIG_ENV_SIZE=0x20000
|
|
CONFIG_ENV_SECT_SIZE=0x20000
|
|
CONFIG_ARCH_RMOBILE_BOARD_STRING="Armadillo-800EVA Board"
|
|
CONFIG_R8A7740=y
|
|
CONFIG_TARGET_ARMADILLO_800EVA=y
|
|
CONFIG_SYS_CLK_FREQ=50000000
|
|
CONFIG_SYS_LOAD_ADDR=0x44000000
|
|
CONFIG_ENV_ADDR=0x40000
|
|
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
|
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xe8083000
|
|
CONFIG_SYS_MONITOR_BASE=0x00000000
|
|
CONFIG_BOOTDELAY=3
|
|
# CONFIG_CMDLINE_EDITING is not set
|
|
# CONFIG_AUTO_COMPLETE is not set
|
|
CONFIG_SYS_CBSIZE=256
|
|
CONFIG_SYS_PBSIZE=256
|
|
# CONFIG_CMD_BDI is not set
|
|
# CONFIG_CMD_CONSOLE is not set
|
|
# CONFIG_CMD_BOOTD is not set
|
|
CONFIG_CMD_BOOTZ=y
|
|
# CONFIG_CMD_IMI is not set
|
|
# CONFIG_CMD_XIMG is not set
|
|
# CONFIG_CMD_EDITENV is not set
|
|
# CONFIG_CMD_SAVEENV is not set
|
|
# CONFIG_CMD_ENV_EXISTS is not set
|
|
# CONFIG_CMD_LOADB is not set
|
|
CONFIG_CMD_SDRAM=y
|
|
# CONFIG_CMD_ECHO is not set
|
|
# CONFIG_CMD_ITEST is not set
|
|
# CONFIG_CMD_SOURCE is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_MII=y
|
|
CONFIG_CMD_PING=y
|
|
# CONFIG_CMD_SLEEP is not set
|
|
CONFIG_ENV_OVERWRITE=y
|
|
CONFIG_ENV_IS_IN_FLASH=y
|
|
CONFIG_VERSION_VARIABLE=y
|
|
# CONFIG_MMC is not set
|
|
CONFIG_BITBANGMII=y
|
|
CONFIG_BITBANGMII_MULTI=y
|
|
CONFIG_PHY_SMSC=y
|
|
CONFIG_SH_ETHER=y
|
|
CONFIG_SCIF_CONSOLE=y
|
|
CONFIG_OF_LIBFDT=y
|