• Masahiro Yamada's avatar
    bl_common: add BL_END macro · 2c74a29d
    Masahiro Yamada authored
    
    
    Currently, the end address macros are defined per BL, like BL2_END,
    BL31_END, BL32_END. They are not handy in the common code shared
    between multiple BL stages.
    
    This commit introduces BL_END, which is equivalent to BL{2,31,32}_END,
    and will be useful for the BL-common code.
    
    Change-Id: I3c39bf6096d99ce920a5b9fa21c0f65456fbfe8a
    Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
    2c74a29d
bl_common.h 6.62 KB