commit | d80e2bb12606906fd0b5b5592f519852de8b0113 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Wed Mar 21 16:23:41 2007 +0100 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Fri Apr 27 13:44:15 2007 +0200 |
tree | 37f751e0c020d50abf92eae9dca8ae01c2eba492 | |
parent | f9692b9501c339ec90647d8cd6ee5c106f072f9f [diff] |
[AVR32] Get rid of board_setup_fbmem() Since the core setup code takes care of both allocation and reservation of framebuffer memory, there's no need for this board- specific hook anymore. Replace it with two global variables, fbmem_start and fbmem_size, which can be used directly. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>