summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bl31/bl31_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bl31/bl31_main.c b/bl31/bl31_main.c
index d338b03..c32aefb 100644
--- a/bl31/bl31_main.c
+++ b/bl31/bl31_main.c
@@ -105,9 +105,9 @@ void bl31_main(void)
*/
if (bl32_init) {
INFO("BL3-1: Initializing BL3-2\n");
- //(*bl32_init)();
+ (*bl32_init)();
}
- //__asm__ __volatile__ ("b .");
+
/*
* We are ready to enter the next EL. Prepare entry into the image
* corresponding to the desired security state after the next ERET.