[U-Boot] [PATCH v4 2/2] dlmalloc: be compatible to tiny printf

Simon Glass sjg at chromium.org
Wed Apr 24 03:54:11 UTC 2019


On Mon, 1 Apr 2019 at 14:01, Simon Goldschmidt
<simon.k.r.goldschmidt at gmail.com> wrote:
>
> Convert debug output from '%#lx' to '0x%lx' to be compatible with tiny
> printf used in SPL.
>
> Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com>
> ---
>
> 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 <sjg at chromium.org>


More information about the U-Boot mailing list