]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
AVR32: Use initdram() instead of board_init_memories()
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Sun, 17 Dec 2006 13:46:06 +0000 (14:46 +0100)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Sat, 14 Apr 2007 13:20:27 +0000 (15:20 +0200)
commit12f099c08167a7a51aeee623bc16dafd0841271c
tree99a369b9f30f3e62aa103742d584f017fe33af30
parent1f4f2121c2685182eb87fa9a9b799d1917387a1c
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>
board/atmel/atstk1000/atstk1000.c
include/asm-avr32/global_data.h
include/asm-avr32/initcalls.h
lib_avr32/board.c