commit | 12f099c08167a7a51aeee623bc16dafd0841271c | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Sun Dec 17 14:46:06 2006 +0100 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Sat Apr 14 15:20:27 2007 +0200 |
tree | 99a369b9f30f3e62aa103742d584f017fe33af30 | |
parent | 1f4f2121c2685182eb87fa9a9b799d1917387a1c [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>