commit | 41e163fdb49d60b8138c6efe0ec4d86f86dbea02 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Nov 28 00:15:34 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 02 21:32:53 2016 -0500 |
tree | 4f830b74f45b000c2728688aec1bd151eaea1c7b | |
parent | 946c8c8e8421b786887954dcb4dfa2f7fa5f0d40 [diff] |
sh: share the correct version of start.S among all cpus It is easy to note that SH2/SH3/SH4 start.S code is practically the same with a minor difference for SH2 where a short data header is present. To avoid unwanted code duplication and to automatically convert SH2 and SH3 platforms to generic board support move fixed SH4 start.S into arch/sh/lib/start.S and share it among all platforms. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Reviewed-by: Simon Glass <sjg@chromium.org>