commit | f3c0fe1ef93b93a4a550a4a521da19d50937aacb | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Tue Feb 06 16:03:24 2024 +0000 |
committer | Chris Kay <chris.kay@arm.com> | Thu Apr 11 11:20:35 2024 +0000 |
tree | d63bf5464aaa7a06906230278e552b9f273e4b92 | |
parent | 564c2864e347915a1400314f5f1b3dadf8acb6b8 [diff] |
fix(arm): only expose `arm_bl2_dyn_cfg_init` to BL2 The `arm_bl2_dyn_cfg_init` function is intended exclusively for BL2 - it should not be compiled for any other bootloader image. This change hides it for all but BL2. Change-Id: I9fa95094dcc30f9fa4cc7bc5b3119ceae82df1ea Signed-off-by: Chris Kay <chris.kay@arm.com>