From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Dubov Date: Mon, 27 Dec 2010 21:53:10 -0800 (PST) Subject: [U-Boot] [PATCH] mpq101: initial support for Mercury Computer Systems MPQ101 board In-Reply-To: <20101227121222.D1324152438@gemini.denx.de> Message-ID: <288884.88500.qm@web37608.mail.mud.yahoo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > +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 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).