aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-27 16:56:13 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:29 -0400
commitcad7f4bab842aefa6b4ec44312ad6b50db024526 (patch)
tree85c44c88087d9531eea520081b0a10550a60de8b
parent0bf940c235f69a55e302caab9c8cdf5c2ceed1e9 (diff)
downloadu-boot-cad7f4bab842aefa6b4ec44312ad6b50db024526.zip
u-boot-cad7f4bab842aefa6b4ec44312ad6b50db024526.tar.gz
u-boot-cad7f4bab842aefa6b4ec44312ad6b50db024526.tar.bz2
Remove CONFIG_SPL_STACK_SIZE
This is not used anywhere, drop it. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--include/configs/microblaze-generic.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index e9c9bf9..389da11 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 */