commit | 348c3c4b0fe93b482be8f73222846fcd2e655900 | [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 | c2e1f2371e51b6323900925360fda06134c37e4a [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>