]> git.baikalelectronics.ru Git - uboot.git/commit
configs: stm32746g-eval: Fix SPL boot
authorPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 20 Sep 2022 16:04:32 +0000 (18:04 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Mon, 26 Sep 2022 15:03:06 +0000 (17:03 +0200)
commitd1ecd95deab6dbefcb0b061f089af934283a08d9
tree45a390d46a741a6e6f7ee916235e4284c6fde2e6
parentc703c49d26070d1a4e6125a43e7e948042767c65
configs: stm32746g-eval: Fix SPL boot

Commit '6b3d152107c5 ("Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig")'
replaces CONFIG_SYS_FDT_BASE by CONFIG_SYS_SPL_ARGS_ADDR.
As CONFIG_SYS_SPL_ARGS_ADDR enables additional code when enable, it
increases SPL size over the initial 0x8000 limit.
Increase the SPL size to 0x9000 to fix SPL boot.
Set SPL_SIZE_LIMIT to 0x9000 to avoid similar issue in the future.

Fixes '6b3d152107c5 ("Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig")'

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Tested-by: Waldemar Brodkorb <wbx@openadk.org>
configs/stm32746g-eval_spl_defconfig