commit | 53ec9991eb3af63401c99c3c38b4b2a3149d406c | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Mon Jun 01 21:53:27 2020 +0200 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Mon Jul 27 14:16:27 2020 +0530 |
tree | 96347ca374ba52fa3ddd7f8fd8f90475999ca0e9 | |
parent | f056e0f7f0619076f07c4b23f6bd3ba4517ae843 [diff] |
armv8: layerscape: move spin table into own module Move it out of lowlevel.S into spintable.S. On layerscape, the secondary CPUs are brought up in main u-boot. This will make it possible to only compile the spin table code for the main u-boot and omit it in SPL. This saves about 720 bytes in the SPL. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>