summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/config.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-02-29 22:48:10 -0500
committerMike Frysinger <vapier@gentoo.org>2012-04-22 13:00:19 -0400
commita4932d78774a96bef65c5ae3c76538d4949dc9eb (patch)
tree3c30fa242d5e135a8fd3c7ca3427472b0b25e7c6 /arch/blackfin/include/asm/config.h
parent33e7e60c77ec89cd969ff5718f798f881c2832b7 (diff)
downloadblackbird-obmc-uboot-a4932d78774a96bef65c5ae3c76538d4949dc9eb.tar.gz
blackbird-obmc-uboot-a4932d78774a96bef65c5ae3c76538d4949dc9eb.zip
Blackfin: move gd/bd to bss by default
We don't need these setup manually, so let the bss do the rest. On Blackfin systems, we clear the bss before executing any C code that would use these, so this should be fine. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/include/asm/config.h')
-rw-r--r--arch/blackfin/include/asm/config.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/blackfin/include/asm/config.h b/arch/blackfin/include/asm/config.h
index 1a8de4906d..25cd833865 100644
--- a/arch/blackfin/include/asm/config.h
+++ b/arch/blackfin/include/asm/config.h
@@ -109,14 +109,8 @@
#ifndef CONFIG_SYS_MALLOC_BASE
# define CONFIG_SYS_MALLOC_BASE (CONFIG_SYS_MONITOR_BASE - CONFIG_SYS_MALLOC_LEN)
#endif
-#ifndef CONFIG_SYS_GBL_DATA_ADDR
-# define CONFIG_SYS_GBL_DATA_ADDR (CONFIG_SYS_MALLOC_BASE - GENERATED_GBL_DATA_SIZE)
-#endif
-#ifndef CONFIG_SYS_BD_INFO_ADDR
-# define CONFIG_SYS_BD_INFO_ADDR (CONFIG_SYS_GBL_DATA_ADDR - GENERATED_BD_INFO_SIZE)
-#endif
#ifndef CONFIG_STACKBASE
-# define CONFIG_STACKBASE (CONFIG_SYS_BD_INFO_ADDR - 4)
+# define CONFIG_STACKBASE (CONFIG_SYS_MALLOC_BASE - 4)
#endif
#ifndef CONFIG_SYS_MEMTEST_START
# define CONFIG_SYS_MEMTEST_START 0
OpenPOWER on IntegriCloud