u-boot-brain/common/init
Simon Goldschmidt c82abaa5d6 spl: fix stack usage check if gd is not initialized
Most platforms do not set up gd->start_addr_sp in SPL. Since this is
required for CONFIG_SPL_SYS_REPORT_SACK_F_USAGE to work correctly, set
up gd->start_addr_sp in SPL to the value passed to
board_init_f_init_reserve if it is not set yet.

Fixes: d8c0332031 ("spl: implement stack usage check")
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
2020-01-10 10:25:13 -05:00
..
board_init.c spl: fix stack usage check if gd is not initialized 2020-01-10 10:25:13 -05:00
handoff.c spl: Add support for passing handoff info to U-Boot proper 2018-11-26 08:25:37 -05:00
Makefile spl: Add support for passing handoff info to U-Boot proper 2018-11-26 08:25:37 -05:00