Remove build option `ASM_ASSERTION`
The build option `ENABLE_ASSERTIONS` should be used instead. That way
both C and ASM assertions can be enabled or disabled together.

All occurrences of `ASM_ASSERTION` in common code and ARM platforms have
been replaced by `ENABLE_ASSERTIONS`.

ASM_ASSERTION has been removed from the user guide.

Change-Id: I51f1991f11b9b7ff83e787c9a3270c274748ec6f
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
1 parent cc8b563 commit 044bb2faabd7981af4ef419e1037fec28e5b3f8b
@Antonio Nino Diaz Antonio Nino Diaz authored on 20 Apr 2017
Showing 12 changed files
View
Makefile
View
common/aarch32/debug.S
View
common/aarch64/debug.S
View
docs/user-guide.md
View
include/common/aarch32/el3_common_macros.S
View
lib/aarch32/misc_helpers.S
View
lib/aarch64/misc_helpers.S
View
lib/cpus/aarch32/aem_generic.S
View
lib/cpus/aarch32/cortex_a32.S
View
lib/cpus/aarch32/cpu_helpers.S
View
lib/cpus/aarch64/cpu_helpers.S
View
plat/common/aarch64/platform_mp_stack.S