commit | 762ee522e25e59696698b57519904aaf26d3dc1f | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Mon Oct 21 22:37:45 2019 +0200 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Fri Nov 08 11:13:39 2019 +0530 |
tree | dc2baa185242cd4a82434ef35a90d0c9a56e4876 | |
parent | 065ee175e050873f759d8b190c10f64cde688670 [diff] |
armv8: fsl-layerscape: introduce fsl_board_late_init() The fsl-layerscape already occupies board_late_init(), therefore it is not possible for a board to have its own board_late_init(). Introduce fsl_board_late_init() which can be implemented in the board specific code. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>