]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:18 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:11 +0000 (14:38 -0400)
commit52779874dac3f096f9f7893f0b3603aeff4c646b
treea773075f0f15cdd2c26368b07a7f9f11870aff84
parent9cbdc3a0fca805bb1fd9ccf85114c504860814b9
spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC

Use IF_ENABLED_INT() to avoid needing to use the preprocessor.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/spl/spl.c
include/system-constants.h