From 8b83b53a8d5fa3c2a6ab6a979399b1c285af9bea Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 26 May 2022 13:46:32 -0400 Subject: imx7: Update CONFIG_SPL_STACK defaults in Kconfig Update the Kconfig entry to have the correct defaults for i.MX7 platforms, and move the existing large comment from imx7_spl.h to doc/imx/common/imx7.txt so that it's not lost. Signed-off-by: Tom Rini --- configs/pico-imx7d_defconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'configs/pico-imx7d_defconfig') diff --git a/configs/pico-imx7d_defconfig b/configs/pico-imx7d_defconfig index df57fa1..a6ee5ce 100644 --- a/configs/pico-imx7d_defconfig +++ b/configs/pico-imx7d_defconfig @@ -27,8 +27,6 @@ CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd" CONFIG_DEFAULT_FDT_FILE="ask" CONFIG_SPL_MAX_SIZE=0xe000 CONFIG_SPL_BSS_MAX_SIZE=0x100000 -# CONFIG_SPL_SHARES_INIT_SP_ADDR is not set -CONFIG_SPL_STACK=0x946bb8 CONFIG_SPL_I2C=y CONFIG_SPL_USB_HOST=y CONFIG_SPL_USB_GADGET=y -- cgit v1.1