commit | b30b9b72bd1477a2ff75bed2b5c51ef712fb3d89 | [log] [tgz] |
---|---|---|
author | Juan Pablo Conde <juanpablo.conde@arm.com> | Wed Aug 09 18:16:40 2023 -0500 |
committer | Juan Pablo Conde <juanpablo.conde@arm.com> | Fri Aug 18 21:21:47 2023 -0500 |
tree | e7642d5f5fc88b8ab711e33e2d37af79406695bf | |
parent | 2996d92e0b7fca26b40f4e5045e77ce3a5beba0d [diff] |
build(juno): added error check for BL32 dependency Macro PLAT_ARM_MAX_BL32_SIZE definition is dependent on JUNO_AARCH32_EL3_RUNTIME=1. When this value is not set and building for AArch32, the build fails as it cannot find the definition of the first macro. With this patch, the problem is addressed by producing an error when the dependency is not set properly. Change-Id: Ibe4e976bf79892fd26f3b266bd546218f5616825 Signed-off-by: Juan Pablo Conde <juanpablo.conde@arm.com>