
21 Jul
2008
21 Jul
'08
10:44 p.m.
In message 20080721201319.GA16567@game.jcrosoft.org you wrote:
- if (gd->flags & GD_FLG_RELOC)
Maybe a macro will more clear like if(is_relacated())
Actually, I disagree here.
Also, for consistency you would have to change many other uses of (gd->flags & GD_FLG_???) as well.
Let's keep as is.
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@denx.de
All easy problems have already been solved.