]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nhk8815: remove platform.S, which was unused at link time
authorAlessandro Rubini <rubini@unipv.it>
Sat, 16 Apr 2011 07:49:40 +0000 (07:49 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 27 Apr 2011 17:38:10 +0000 (19:38 +0200)
commitcb8948ee52f1657250e048a41b75c36c68e344f0
treef3a6bce538860cf607ee2e9e5a992acda8c186b2
parent632f8fdf4c4fae8343409be13d5e028cd4eee32d
nhk8815: remove platform.S, which was unused at link time

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 <rubini@unipv.it>
Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
board/st/nhk8815/Makefile
board/st/nhk8815/platform.S [deleted file]