• Achin Gupta's avatar
    remove empty definition of display_boot_progress() · 5443f2be
    Achin Gupta authored
    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
    5443f2be
bl2_main.c 4.73 KB