[PATCH 12/20] Remove CONFIG_SPL_STACK_SIZE

Tom Rini trini at konsulko.com
Sun May 29 18:55:13 CEST 2022


This is not used anywhere, drop it.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 include/configs/microblaze-generic.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index e9c9bf9281ce..389da112b939 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -128,7 +128,4 @@
 /* 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 */
-- 
2.25.1



More information about the U-Boot mailing list