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
1 parent 3a4cae0 commit 5443f2be407f23a19c31564121683ddc24b982e8
@Achin Gupta Achin Gupta authored on 18 Jan 2014
Dan Handley committed on 20 Jan 2014
Showing 2 changed files
View
bl1/aarch64/early_exceptions.S
View
bl2/bl2_main.c