From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 23 Apr 2011 13:28:18 +0200 Subject: [U-Boot] [PATCH 1/3] nhk8815: remove platform.S, which was unused at link time In-Reply-To: <38e1803df4343b5dc438d3af15c10e1e40a857ae.1302975984.git.rubini@gnudd.com> References: <38e1803df4343b5dc438d3af15c10e1e40a857ae.1302975984.git.rubini@gnudd.com> Message-ID: <4DB2B7D2.3060602@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Alessandro, Le 16/04/2011 19:49, Alessandro Rubini a ?crit : > From: Alessandro Rubini > > This source file, which I got by the vendor in their own port, > was not actually executing because lib-based compilation > didn't call lowlevel_init (we have CONFIG_SKIP_LOWLEVEL_INIT). > With the change to object-based linking, an undefined symbol in > this file started hitting in the final link. > > Signed-off-by: Alessandro Rubini > Acked-by: Andrea Gallo > --- > board/st/nhk8815/Makefile | 2 +- > board/st/nhk8815/platform.S | 340 ------------------------------------------- > 2 files changed, 1 insertions(+), 341 deletions(-) > delete mode 100644 board/st/nhk8815/platform.S Applied to u-boot-arm/master, thanks. Amicalement, -- Albert.