commit | cb8948ee52f1657250e048a41b75c36c68e344f0 | [log] [tgz] |
---|---|---|
author | Alessandro Rubini <rubini@unipv.it> | Sat Apr 16 07:49:40 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Wed Apr 27 19:38:10 2011 +0200 |
tree | f3a6bce538860cf607ee2e9e5a992acda8c186b2 | |
parent | 632f8fdf4c4fae8343409be13d5e028cd4eee32d [diff] |
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>