Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to Kconfig
[platform/kernel/u-boot.git] / include / configs / theadorable.h
index dbc358d..8e13b47 100644 (file)
 
 #define CONFIG_SPL_BSS_START_ADDR      (0x40000000 + (128 << 10))
 
-#ifdef CONFIG_SPL_BUILD
-#define CONFIG_SYS_MALLOC_SIMPLE
-#endif
-
 #define CONFIG_SPL_STACK               (0x40000000 + ((192 - 16) << 10))
 #define CONFIG_SPL_BOOTROM_SAVE                (CONFIG_SPL_STACK + 4)