From: Grazvydas Ignotas Date: Thu, 6 May 2010 20:37:00 +0000 (+0300) Subject: adjust fb address X-Git-Tag: Release-2010-05/1~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c75c543a09b0d1ff7f3dcb5a8479e4ebd015b231;p=pandora-u-boot.git adjust fb address --- diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c index 424d7f3f61e..72945224c57 100644 --- a/board/pandora/pandora.c +++ b/board/pandora/pandora.c @@ -37,7 +37,11 @@ #include #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