commit | f2c1504621a58a81b5004995f71585b680ed9e5f | [log] [tgz] |
---|---|---|
author | Grzegorz Jaszczyk <jaz@semihalf.com> | Thu Oct 04 09:44:56 2018 +0200 |
committer | Konstantin Porotchkin <kostap@marvell.com> | Sun Oct 07 12:26:27 2018 +0300 |
tree | 1ffe2fbc5fe69589573d6d2d4c032cd690cbb1a2 | |
parent | 5e5e4d8df279daa702e37b2a9c6f9d49bbd0ab32 [diff] |
plat: marvell: invoke platform specific scp_bl2 image handler Before switching to new API the scp_bl2 handler was invoked from bl2/bl2_image_load.c which was removed. Invoke the platform specific scp_bl2 handler in analogy to ARM and HiSilicon. Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>