[U-Boot-Users] U-Boot Memory Allocation for Framebuffer?
himba
himba at siol.net
Tue Jul 27 21:44:41 CEST 2004
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
More information about the U-Boot
mailing list