commit | 3b48ca17f350d8b0999e89e8d9215993701e16a0 | [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 | a6b3643c2a1a95146e93c8b6f07c2e491a1230d6 [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>