summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/include/mach/omap3-silicon.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-09-24 10:18:31 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-25 09:40:55 +0200
commit77cbe0a9cf8877d1fc1b0a267dc7f5eb071be386 (patch)
treee75b1df0d0bcbd827122f8379d5ab41f4318573c /arch/arm/mach-omap/include/mach/omap3-silicon.h
parent1af6fdcd03dbc311d785625bd6e2329f7ce1adb7 (diff)
downloadbarebox-77cbe0a9cf8877d1fc1b0a267dc7f5eb071be386.tar.gz
barebox-77cbe0a9cf8877d1fc1b0a267dc7f5eb071be386.tar.xz
ARM OMAP: remove SRAM stack
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-omap/include/mach/omap3-silicon.h')
-rw-r--r--arch/arm/mach-omap/include/mach/omap3-silicon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap/include/mach/omap3-silicon.h b/arch/arm/mach-omap/include/mach/omap3-silicon.h
index e4002e6618..3581b602ba 100644
--- a/arch/arm/mach-omap/include/mach/omap3-silicon.h
+++ b/arch/arm/mach-omap/include/mach/omap3-silicon.h
@@ -110,8 +110,6 @@
#define OMAP_SRAM_BASE 0x40200000
#define OMAP_SRAM_INTVECT 0x4020F800
#define OMAP_SRAM_INTVECT_COPYSIZE 0x64
-/** Temporary stack for us to use C calls in low_level_init */
-#define OMAP_SRAM_STACK 0x4020FFFC
/** Gives the silicon revision */
#define OMAP_TAP_BASE (OMAP_L4_WKUP_BASE + 0xA000)