aboutsummaryrefslogtreecommitdiff
path: root/bl1/bl1_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bl1/bl1_main.c')
-rw-r--r--bl1/bl1_main.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/bl1/bl1_main.c b/bl1/bl1_main.c
index 06ab4e5..b3adc25 100644
--- a/bl1/bl1_main.c
+++ b/bl1/bl1_main.c
@@ -104,7 +104,11 @@ void bl1_main(void)
printf("BL2 memory layout address = 0x%llx \n\r",
(unsigned long long) bl2_tzram_layout);
#endif
- run_image(bl2_base, spsr, SECURE, bl2_tzram_layout, 0);
+ run_image(bl2_base,
+ spsr,
+ SECURE,
+ (void *) bl2_tzram_layout,
+ NULL);
}
/*