[U-Boot-Users] Re: U-Boot for AT91RM9200DK
Steven Scholz
steven.scholz at imc-berlin.de
Mon Oct 27 12:23:49 CET 2003
Wolfgang,
>>ifndef TEXT_BASE
>>TEXT_BASE = 0xBLABLUB
>>endif
>>
>>in board/at91rm9200dk/config.mk.
>>
>>Ok?
>
>
> No, this will not work, as include/config.h is a C heaer file
> following C preprocessor syntax, while board/at91rm9200dk/config.mk
> is included by a Makefile and thus follows Makefile syntax.
Hmm. board/trab/config.mk contains such lines.
If it does not work anyway the maintainer should remove it as not to send other
down the wrong path! ;-)
Or is the trick done by the line
sinclude $(TOPDIR)/board/$(BOARDDIR)/config.tmp
???
Steven
More information about the U-Boot
mailing list