]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Makefile
Tidy up uses of CONFIG_SYS_MALLOC_F_LEN
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:28 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:12 +0000 (14:38 -0400)
commit34bacebd0aa3bf22e107341c834b2ed798466138
treef391b8f95a825cd73a643909e515b2686e887d0a
parent3d6d50751469fbadec3e34fbb6d06f21746619dd
Tidy up uses of CONFIG_SYS_MALLOC_F_LEN

Use CONFIG_SYS_MALLOC_F instead to of CONFIG_SYS_MALLOC_F_LEN to
determine whether pre-relocation malloc() is enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile