]> git.baikalelectronics.ru Git - arm-tf.git/commit
bl_common: add BL_END macro
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 17 Jan 2020 04:45:47 +0000 (13:45 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 24 Jan 2020 13:34:25 +0000 (22:34 +0900)
commit2c74a29d554826a82f162044ae554f1c6af9bead
tree9b6080e173ca696c7c33870a0368f893fb631a58
parent66b9d8890c6deaa017ea010b5883f61e6f253b4c
bl_common: add BL_END macro

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: Masahiro Yamada <yamada.masahiro@socionext.com>
include/common/bl_common.h