commit | ab3f7e383c1e599b626c1fd2755a246ba7f2543e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jan 17 13:45:47 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jan 24 22:34:25 2020 +0900 |
tree | 9b6080e173ca696c7c33870a0368f893fb631a58 | |
parent | 2943c777a0215d19927c32e2f713c893687e4bb1 [diff] |
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>