git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9692b9
)
[AVR32] Get rid of board_setup_fbmem()
author
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Wed, 21 Mar 2007 15:23:41 +0000
(16:23 +0100)
committer
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Fri, 27 Apr 2007 11:44:15 +0000
(13:44 +0200)
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>
No differences found