Searched hist:"2 c74a29d554826a82f162044ae554f1c6af9bead" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/include/common/ |
| H A D | bl_common.h | 2c74a29d554826a82f162044ae554f1c6af9bead Fri Jan 17 04:45:47 UTC 2020 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|