
10 Jan
2011
10 Jan
'11
11:49 p.m.
Dear Alex Dubov,
In message 288884.88500.qm@web37608.mail.mud.yahoo.com you wrote:
+CONFIG_SYS_TEXT_BASE = 0xfffc0800 +LDFLAGS +=
--section-start=.ppcenv=$(CONFIG_ENV_ADDR)
Please mode defines to board config file and get rid of config.mk
And another question: how am I supposed to specify linker flags in the board config file (I suppose, you mean boards.cfg). There's no
No, I mean include/configs/<name>.h
examples throughout the u-boot tree where it is done and Makefile do not seem to peek those either (they just end up in autoconf.mk).
...which then gets included.
Anyway - maybe you should ponder why you need to do something nobody else needs, and then fix the code.
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
It is much easier to suggest solutions when you know nothing