From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Schwingen Date: Wed, 26 Jan 2011 00:45:45 +0100 Subject: [U-Boot] [PATCH 13/13] add dvlhost (dLAN 200 AV Wireless G) board In-Reply-To: <20110125203642.C9F00B187@gemini.denx.de> References: <1294062338-21084-1-git-send-email-michael@schwingen.org> <1294062338-21084-14-git-send-email-michael@schwingen.org> <20110125203642.C9F00B187@gemini.denx.de> Message-ID: <4D3F60A9.2010403@discworld.dascon.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 01/25/2011 09:36 PM, schrieb Wolfgang Denk: > Dear Michael Schwingen, > > In message <1294062338-21084-14-git-send-email-michael@schwingen.org> you wrote: >> Signed-off-by: Michael Schwingen > ... >> diff --git a/board/dvlhost/config.mk b/board/dvlhost/config.mk >> new file mode 100644 >> index 0000000..a370337 >> --- /dev/null >> +++ b/board/dvlhost/config.mk >> @@ -0,0 +1,3 @@ >> +LDSCRIPT := $(SRCTREE)/board/$(BOARDDIR)/u-boot.lds >> +PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections >> +PLATFORM_LDFLAGS += --gc-sections > Please drop that file, it should not be needed. Same as the other AcTux boards: where should I move these compiler/linker flags? cu Michael