
27 Jul
2004
27 Jul
'04
9:44 p.m.
Michael Bendzick wrote:
#ifdef CONFIG_LCD /* reserve memory for LCD display (always full pages) */ addr = lcd_setmem (addr); gd->fb_base = addr; #endif /* CONFIG_LCD */
I tried taht too, till I started reading the source in more detail, as this particular tweak hanged my board, since fb that was allocated overwrote u-boot code that is there as you pointed out in your first mail.
In any case, I will give things a try with using the framebuffer at 0x110a2000.
I'm affraid that's the only viable option you have ;)
regards, himba