git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
381c731
)
adjust fb address
author
Grazvydas Ignotas
<notasas@gmail.com>
Thu, 6 May 2010 20:37:00 +0000
(23:37 +0300)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Thu, 6 May 2010 20:37:00 +0000
(23:37 +0300)
board/pandora/pandora.c
patch
|
blob
|
history
diff --git
a/board/pandora/pandora.c
b/board/pandora/pandora.c
index
424d7f3
..
7294522
100644
(file)
--- a/
board/pandora/pandora.c
+++ b/
board/pandora/pandora.c
@@
-37,7
+37,11
@@
#include <asm/mach-types.h>
#include "pandora.h"
-#define FRAMEBUFFER_ADDRESS 0x80598000
+/*
+ * try to put it where it won't be overwritten by
+ * loading kernel until the FB driver loads
+ */
+#define FRAMEBUFFER_ADDRESS 0x86000000
/*
* Routine: board_init