Control inclusion of helper code used for asserts
Many asserts depend on code that is conditionally compiled based on the
DEBUG define. This patch modifies the conditional inclusion of such code
so that it is based on the ENABLE_ASSERTIONS build option.

Change-Id: I6406674788aa7e1ad7c23d86ce94482ad3c382bd
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
1 parent 044bb2f commit aa61368eb554e9910c503f78560153805a2d6859
@Antonio Nino Diaz Antonio Nino Diaz authored on 22 Mar 2017
Showing 12 changed files
View
bl1/bl1_main.c
View
drivers/arm/cci/cci.c
View
drivers/arm/ccn/ccn.c
View
drivers/arm/tzc/tzc_common_private.h
View
drivers/arm/tzc/tzc_dmc500.c
View
drivers/io/io_storage.c
View
include/lib/el3_runtime/context_mgmt.h
View
lib/xlat_tables/aarch32/xlat_tables.c
View
lib/xlat_tables/aarch64/xlat_tables.c
View
lib/xlat_tables/xlat_tables_common.c
View
lib/xlat_tables_v2/aarch32/xlat_tables_arch.c
View
lib/xlat_tables_v2/aarch64/xlat_tables_arch.c