Remove build option `ASM_ASSERTION`
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Thu, 20 Apr 2017 08:58:28 +0000 (09:58 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Thu, 20 Apr 2017 08:58:28 +0000 (09:58 +0100)
commit044bb2faabd7981af4ef419e1037fec28e5b3f8b
treec5650c3f5431126e561ccb4a8b8f8554092b8a9d
parentcc8b56322bb04569a5adf944774b16862782c95b
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>
12 files changed:
Makefile
common/aarch32/debug.S
common/aarch64/debug.S
docs/user-guide.md
include/common/aarch32/el3_common_macros.S
lib/aarch32/misc_helpers.S
lib/aarch64/misc_helpers.S
lib/cpus/aarch32/aem_generic.S
lib/cpus/aarch32/cortex_a32.S
lib/cpus/aarch32/cpu_helpers.S
lib/cpus/aarch64/cpu_helpers.S
plat/common/aarch64/platform_mp_stack.S