]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Kconfig
spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:27 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:12 +0000 (14:38 -0400)
commit3d6d50751469fbadec3e34fbb6d06f21746619dd
tree9dee21255e4963c896bb6c3a2edbd7cef8ca2a47
parenta57204180799489bacfdad3f6b32dc520ed545df
spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN

Use the new SPL/TPL/VPL_SYS_MALLOC_F symbols to determine whether the
malloc pool exists.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Sean Anderson <sean.anderson@seco.com>
16 files changed:
Kconfig
arch/arm/lib/bdinfo.c
arch/mips/cpu/start.S
arch/mips/mach-mtmips/mt7621/spl/start.S
arch/powerpc/cpu/mpc83xx/start.S
arch/powerpc/cpu/mpc85xx/start.S
arch/sandbox/cpu/start.c
arch/sh/lib/start.S
common/Makefile
common/board_f.c
common/board_r.c
common/dlmalloc.c
common/init/board_init.c
common/spl/spl.c
include/asm-generic/global_data.h
lib/asm-offsets.c