commit | f6c62f1c9e11dd01cc76ce53709679b22678a8ec | [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 | 3d3fe8b12d1973b207ee0406709ff521eec83bf7 [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>