commit | 2ca39caf4efb2d2aff08780c17741d24b5c65a29 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue May 16 14:46:34 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 11:02:23 2017 -0400 |
tree | b125ef6112b0126e0d3a294db4cf85c79be5537c | |
parent | 50e87c531334dc72d8b5c23a5c85db5c5ccd1998 [diff] |
armv7: Mark the default lowlevel_init function as weak Rather than have a long and if check in the Makefile, mark the default lowlevel_init function as weak (as we do on armv8) so that SoCs can override it if needed, and it will still be discarded if unused. Provide a weak s_init as well to allow for this to link and be discarded. Signed-off-by: Tom Rini <trini@konsulko.com>