summaryrefslogtreecommitdiff
path: root/include/asm-avr32/global_data.h
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2006-12-17 14:46:06 +0100
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-04-14 15:20:27 +0200
commit12f099c08167a7a51aeee623bc16dafd0841271c (patch)
tree99a369b9f30f3e62aa103742d584f017fe33af30 /include/asm-avr32/global_data.h
parent1f4f2121c2685182eb87fa9a9b799d1917387a1c (diff)
AVR32: Use initdram() instead of board_init_memories()
Conform to the "standard" interface and use initdram() instead of board_init_memories() on AVR32. This enables us to get rid of the sdram_size member of the global_data struct as well. 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, 0 insertions, 1 deletions
diff --git a/include/asm-avr32/global_data.h b/include/asm-avr32/global_data.h
index 7c45b3625..681c514cc 100644
--- a/include/asm-avr32/global_data.h
+++ b/include/asm-avr32/global_data.h
@@ -36,7 +36,6 @@ typedef struct global_data {
bd_t *bd;
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 */