commit | 0b7e22bdb6b26581da4638103225fa386cca0c20 | [log] [tgz] |
---|---|---|
author | Stanislav Poboril <stanislav.poboril@nxp.com> | Tue May 15 13:42:30 2018 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue May 15 15:49:15 2018 -0500 |
tree | 30efb0187f6c436ffe4588c0fe7295e19505a002 | |
parent | 45cfea6f4a4e3e810c6fae6fb12465bd8bddcb94 [diff] |
arch: arm: Add platform init hook at __start Add the ability to call platform specific code as the first thing we do. This is needed because on some platforms we might have to figure out how to deal with starting up secondary cores and need to do that as the first thing we do. Signed-off-by: Stanislav Poboril <stanislav.poboril@nxp.com>