[U-Boot] [PATCH RFC] armv7: fixloop: don't fixup if location is NULL
Wolfgang Denk
wd at denx.de
Tue Jan 11 12:03:58 CET 2011
Dear Minkyu Kang,
In message <AANLkTikj4LCUUukDKVCG8Shbi6ZHKU9vzGDz0fNG=87b at mail.gmail.com> you wrote:
>
> This problem is not belong to my code.
> Move after relocation? it's easy.
> but, how we can reserve the memory for LCD?
Reservation of video memory is a standard task in the init sequence.
See this section in "arch/arm/lib/board.c":
358 #ifdef CONFIG_LCD
359 /* reserve memory for LCD display (always full pages) */
360 addr = lcd_setmem (addr);
361 gd->fb_base = addr;
362 #endif /* CONFIG_LCD */
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"I haven't lost my mind - it's backed up on tape somewhere."
More information about the U-Boot
mailing list