summaryrefslogtreecommitdiff
path: root/include/asm-avr32/global_data.h
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2006-11-20 14:53:10 (GMT)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-04-14 13:20:27 (GMT)
commit1f4f2121c2685182eb87fa9a9b799d1917387a1c (patch)
tree0382acf54d9e4c1eb039bd97cd4dc37004a5aa96 /include/asm-avr32/global_data.h
parentdf548d3c3e2bbc40258713167859ffc2ce99a900 (diff)
downloadu-boot-fsl-qoriq-1f4f2121c2685182eb87fa9a9b799d1917387a1c.tar.xz
AVR32: Relocate u-boot to SDRAM
Relocate the u-boot image into SDRAM like everyone else does. This means that we can handle much larger .data and .bss than we used to. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'include/asm-avr32/global_data.h')
-rw-r--r--include/asm-avr32/global_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-avr32/global_data.h b/include/asm-avr32/global_data.h
index 3b6769b..7c45b36 100644
--- a/include/asm-avr32/global_data.h
+++ b/include/asm-avr32/global_data.h
@@ -37,6 +37,7 @@ typedef struct global_data {
unsigned long flags;
unsigned long baudrate;
unsigned long sdram_size;
+ unsigned long stack_end; /* highest stack address */
unsigned long have_console; /* serial_init() was called */
unsigned long reloc_off; /* Relocation Offset */
unsigned long env_addr; /* Address of env struct */