From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Mon, 27 Oct 2003 12:23:49 +0100 Subject: [U-Boot-Users] Re: U-Boot for AT91RM9200DK In-Reply-To: <20031027101700.8CFC6C59E4@atlas.denx.de> References: <20031027101700.8CFC6C59E4@atlas.denx.de> Message-ID: <3F9D0045.3040106@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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