Convert CONFIG_SPL_BSS_MAX_SIZE et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / microblaze-generic.h
index 1c4e135..37bd478 100644 (file)
 /* Just for sure that there is a space for stack */
 #define CONFIG_SPL_STACK_SIZE          0x100
 
-#define CONFIG_SPL_MAX_FOOTPRINT       (CONFIG_SYS_INIT_RAM_SIZE - \
-                                        CONFIG_SYS_INIT_RAM_ADDR - \
-                                        CONFIG_SYS_MALLOC_F_LEN - \
-                                        CONFIG_SPL_STACK_SIZE)
-
 #endif /* __CONFIG_H */