mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-31 11:21:33 +02:00
We have lots of duplicated defines (and comment blocks too). Move them to include/plat/common/common_def.h. While we are here, suffix the end address with _END instead of _LIMIT. The _END is a better fit to indicate the linker-derived real end address. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>