
27 Oct
2003
27 Oct
'03
9:02 a.m.
Dear Steven, Rick,
in message 3F9CC600.2080209@imc-berlin.de you wrote:
I have a sperate entry in a Makefile for compiling u-boot up to run in ram so that I can fire a new u-boot while inside u-boot:
ram: cd u-boot-0.4.0; \ echo TEXT_BASE = 0x21fa0000 > board/at91rm9200dk/config.mk; \
...
You could still do something like that in your Makefile:
ram: cd u-boot-0.4.0; \ echo TEXT_BASE = 0x21fa0000 > board/at91rm9200dk/config.mk; \
STOP! NO!!
Please never ever modify any source files in the Make script!!!
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
What nonsense people talk about happy marriages! A man can be happy
with any woman so long as he doesn't love her. -- Oscar Wilde