[U-Boot] [PATCH 12/29] blackfin: Drop CONFIG_STACKBASE
Simon Glass
sjg at chromium.org
Thu Dec 15 04:27:43 CET 2016
This is not needed now that we calculate the stack base at run time. Drop
it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/blackfin/include/asm/config.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/blackfin/include/asm/config.h b/arch/blackfin/include/asm/config.h
index 27e8f3d..ea30ff8 100644
--- a/arch/blackfin/include/asm/config.h
+++ b/arch/blackfin/include/asm/config.h
@@ -109,9 +109,6 @@
#ifndef CONFIG_SYS_MALLOC_BASE
# define CONFIG_SYS_MALLOC_BASE (CONFIG_SYS_MONITOR_BASE - CONFIG_SYS_MALLOC_LEN)
#endif
-#ifndef CONFIG_STACKBASE
-# define CONFIG_STACKBASE (CONFIG_SYS_MALLOC_BASE - 4)
-#endif
#ifndef CONFIG_SYS_POST_WORD_ADDR
# define CONFIG_SYS_POST_WORD_ADDR (L1_DATA_B_SRAM + L1_DATA_B_SRAM_SIZE - 4)
#endif
--
2.8.0.rc3.226.g39d4020
More information about the U-Boot
mailing list