On Mon, 1 Apr 2019 at 14:01, Simon Goldschmidt <[email protected]> wrote: > > Convert debug output from '%#lx' to '0x%lx' to be compatible with tiny > printf used in SPL. > > Signed-off-by: Simon Goldschmidt <[email protected]> > --- > > Changes in v4: > - dumped clearing BSS before SPL board_init_f, only real bugfixes remain > > Changes in v3: > - fixed summary ("stack" -> "heap") > - enable CONFIG_SPL_CLEAR_BSS_F for socfpga_arria10 using full malloc > early in SPL > - rebased > > common/dlmalloc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

