diff options
author | Tom Rini <trini@konsulko.com> | 2017-09-17 11:44:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-29 14:07:51 -0400 |
commit | ff6c3125e719732756f5a1c23901c1025a071cdc (patch) | |
tree | 21f5f20b04334c8b3fce84fb0024caa066fb8d01 /configs/chiliboard_defconfig | |
parent | c774207f48585544664bd9675c14a7812ecce348 (diff) | |
download | u-boot-ff6c3125e719732756f5a1c23901c1025a071cdc.tar.gz u-boot-ff6c3125e719732756f5a1c23901c1025a071cdc.tar.xz u-boot-ff6c3125e719732756f5a1c23901c1025a071cdc.zip |
TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default value
On ARCH_OMAP2PLUS platforms we know what the DDR layout is going to be,
and that it is safe to use SPL_STACK_R and provide a default value for
it. select this and re-sync the defconfigs.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/chiliboard_defconfig')
-rw-r--r-- | configs/chiliboard_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/chiliboard_defconfig b/configs/chiliboard_defconfig index ea729b0155..d0f6f5fa11 100644 --- a/configs/chiliboard_defconfig +++ b/configs/chiliboard_defconfig @@ -9,12 +9,10 @@ CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y -CONFIG_SPL_STACK_R_ADDR=0x82000000 CONFIG_SPL_FAT_SUPPORT=y CONFIG_BOOTDELAY=1 CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_SPL=y -CONFIG_SPL_STACK_R=y CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_POWER_SUPPORT=y CONFIG_HUSH_PARSER=y |