Dear Minkyu Kang,

In message <aanlktik64heh+ooov9k10pixh9h=gdxqrqyys8er-...@mail.gmail.com> you 
wrote:
> 
> > "onenand_ipl/board/apollon/config.mk" and
> > "onenand_ipl/board/vpac270/config.mk" define CONFIG_SYS_TEXT_BASE;
> > do you think it is possible to move these definitions into the
> > respective board config files and remove the then empty "config.mk"
> > files?
> >
> 
> It is hard to move into board config file, because of usually use
> different TEXT_BASE on IPL.

Well, we can probably use #ifdef's, like we do for boards that boot
from NAND flash, which have essentially the same situation.

> I think, it can be moved into Makefile directly.

No, that's not a good idea. Makefiles should not contain configuration
data. I want to move as much of this as possible into the board config
files, so we have it all in a single place.

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: w...@denx.de
A failure will not appear until a unit has passed final inspection.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to