Mark BL31 initialization functions
Mark the initialization functions in BL31, such as context management,
EHF, RAS and PSCI as __init so that they can be reclaimed by the
platform when no longer needed

Change-Id: I7446aeee3dde8950b0f410cb766b7a2312c20130
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
1 parent 1dcc28c commit 87c851349847a608f12623b7fd397956982e41b6
@Daniel Boulby Daniel Boulby authored on 20 Sep 2018
Antonio Nino Diaz committed on 3 Oct 2018
Showing 7 changed files
View
bl31/bl31_main.c
View
bl31/ehf.c
View
common/runtime_svc.c
View
lib/el3_runtime/aarch64/context_mgmt.c
View
lib/extensions/ras/ras_common.c
View
lib/psci/psci_common.c
View
lib/psci/psci_setup.c