diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-26 13:36:17 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:28 -0400 |
commit | 23780398b587ac8bc912971c60cd816bd1afeb12 (patch) | |
tree | 5710c91b0a891c590826da0137230a09d819c99a /configs/mx6sabresd_defconfig | |
parent | f113d7d3034672de7d074506a05a7055f1f0dcae (diff) | |
download | u-boot-23780398b587ac8bc912971c60cd816bd1afeb12.tar.gz u-boot-23780398b587ac8bc912971c60cd816bd1afeb12.tar.bz2 u-boot-23780398b587ac8bc912971c60cd816bd1afeb12.zip |
imx6: Update CONFIG_SPL_STACK defaults in Kconfig
Update the Kconfig entry to have the correct defaults for i.MX6
platforms, and move the existing large comment from imx6_spl.h to
doc/imx/common/imx6.txt so that it's not lost.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/mx6sabresd_defconfig')
-rw-r--r-- | configs/mx6sabresd_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig index 072617681d..33d8db9dff 100644 --- a/configs/mx6sabresd_defconfig +++ b/configs/mx6sabresd_defconfig @@ -32,8 +32,6 @@ CONFIG_BOOTCOMMAND="run findfdt;mmc dev ${mmcdev};if mmc rescan; then if run loa CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y CONFIG_SPL_LEGACY_IMAGE_FORMAT=y -# CONFIG_SPL_SHARES_INIT_SP_ADDR is not set -CONFIG_SPL_STACK=0x91ffb8 CONFIG_SPL_FIT_IMAGE_TINY=y CONFIG_SPL_USB_HOST=y CONFIG_SPL_USB_GADGET=y |