From 63a5c053331d0788b46d8e710fdce94972bcbc65 Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Thu, 14 Apr 2016 00:38:55 +0100 Subject: bl31: revert Allwinner changes to bl31_main.c Remove those changes to the non-platform specific directory. They are pointless and platform ports should confine their code to the platform directory. Signed-off-by: Andre Przywara --- bl31/bl31_main.c | 4 ++-- 1 file 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. -- cgit v1.2.3