summaryrefslogtreecommitdiff
path: root/bl1/bl1_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bl1/bl1_main.c')
-rw-r--r--bl1/bl1_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bl1/bl1_main.c b/bl1/bl1_main.c
index 73f023aba..9c0927f84 100644
--- a/bl1/bl1_main.c
+++ b/bl1/bl1_main.c
@@ -51,9 +51,6 @@ static void __dead2 bl1_run_bl2(entry_point_info_t *bl2_ep)
bl1_arch_next_el_setup();
- /* Tell next EL what we want done */
- bl2_ep->args.arg0 = RUN_IMAGE;
-
write_spsr_el3(bl2_ep->spsr);
write_elr_el3(bl2_ep->pc);