From 5443f2be407f23a19c31564121683ddc24b982e8 Mon Sep 17 00:00:00 2001 From: Achin Gupta Date: Sat, 18 Jan 2014 16:26:30 +0000 Subject: remove empty definition of display_boot_progress() This patch replaces the empty definition of display_boot_progress() in bl2_main.c with a weak definition. The former allowed bl2 to use the early_exceptions(). It is possible to do that with a simple weak definition as well. Change-Id: Idb3f425a5e265f3579b638e3d26bd8c9bb78f80d --- bl2/bl2_main.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'bl2/bl2_main.c') diff --git a/bl2/bl2_main.c b/bl2/bl2_main.c index 856493bd..018a21fd 100644 --- a/bl2/bl2_main.c +++ b/bl2/bl2_main.c @@ -128,17 +128,3 @@ void bl2_main(void) /* There is no valid reason for run_image() to return */ assert(0); } - -/******************************************************************************* - * BL1 has this function to print the fact that BL2 has done its job and BL31 is - * about to be loaded. Since BL2 re-uses BL1's exception table, it needs to - * define this function as well. - * TODO: Remove this function from BL2. - ******************************************************************************/ -void display_boot_progress(unsigned long entrypoint, - unsigned long spsr, - unsigned long mem_layout, - unsigned long ns_image_info) -{ - return; -} -- cgit v1.2.3