remove empty definition of display_boot_progress()
authorAchin Gupta <achin.gupta@arm.com>
Sat, 18 Jan 2014 16:26:30 +0000 (16:26 +0000)
committerDan Handley <dan.handley@arm.com>
Mon, 20 Jan 2014 18:45:04 +0000 (18:45 +0000)
commit5443f2be407f23a19c31564121683ddc24b982e8
tree9807a0f393b347f6d83ea9bb8e2522589254d765
parent3a4cae051af8fb129054c0aaf14dd3b7247f04f0
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
bl1/aarch64/early_exceptions.S
bl2/bl2_main.c