X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fatmel%2Fat91sam9m10g45ek%2Fat91sam9m10g45ek.c;h=fcca8923e38f555eae54157f829cd6708210533c;hb=b601906ed5d83ccfc2ab300d3949937af0d58861;hp=b1462b3e3ebd81ad66956d0694956c67c2d15fc5;hpb=137b990bf5e9973640bf1a65a7e77a9ecd49cf4a;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c b/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c index b1462b3..fcca892 100644 --- a/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c +++ b/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c @@ -214,7 +214,8 @@ static void at91sam9m10g45ek_lcd_hw_init(void) at91_periph_clk_enable(ATMEL_ID_LCDC); - gd->fb_base = CONFIG_AT91SAM9G45_LCD_BASE; + /* board specific(not enough SRAM) */ + gd->fb_base = 0x73E00000; } #ifdef CONFIG_LCD_INFO