]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/malloc.h
malloc_simple: Add Kconfig option for using only malloc_simple in the SPL
[people/ms/u-boot.git] / include / malloc.h
index f4da9e6dddb67e2ccb78464558caf5aa85f5ce74..f20e4d3d2a6b90a80a1f3957c93e14b121909bfe 100644 (file)
@@ -872,7 +872,7 @@ extern Void_t*     sbrk();
 
 #else
 
-#ifdef CONFIG_SYS_MALLOC_SIMPLE
+#if CONFIG_IS_ENABLED(SYS_MALLOC_SIMPLE)
 #define malloc malloc_simple
 #define realloc realloc_simple
 #define memalign memalign_simple