commit | 308deab9b13f1aa22f714c855a74527c17356924 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Mon Jun 01 21:53:34 2020 +0200 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Mon Jul 27 14:16:28 2020 +0530 |
tree | 12ceae7a07f958529d840eb7139689cb0aaa1702 | |
parent | 2e262111eaa1afc1e0f54b4a72d95b260746cead [diff] |
armv8: layerscape: clean exported symbols in spintable.S Add a new variable secondary_boot_code_start, which holds a pointer to the start of the spin table code. This will help to relocate the code section. While at it, move the size variable from the end to the beginning so there is a common section for the variables. Remove any other symbols. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>