commit | 0686b0cdb7474ac2174631a72a03e2038a540fb3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:18 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:11 2023 -0400 |
tree | a773075f0f15cdd2c26368b07a7f9f11870aff84 | |
parent | 259cdb474c65df0867db37f3503f086820ac84c1 [diff] |
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>