Remove CONFIG_SPL_STACK_SIZE
authorTom Rini <trini@konsulko.com>
Fri, 27 May 2022 20:56:13 +0000 (16:56 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 16:09:29 +0000 (12:09 -0400)
This is not used anywhere, drop it.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/microblaze-generic.h

index e9c9bf9..389da11 100644 (file)
 /* BRAM size - will be generated */
 #define CONFIG_SYS_INIT_RAM_SIZE       0x100000
 
-/* Just for sure that there is a space for stack */
-#define CONFIG_SPL_STACK_SIZE          0x100
-
 #endif /* __CONFIG_H */