arm-trusted-firmware/lib/cpus/aarch32
Matt Ma 5f70d8de5b Replace macro ASM_ASSERTION with macro ENABLE_ASSERTIONS
This patch replaces the macro ASM_ASSERTION with the macro
ENABLE_ASSERTIONS in ARM Cortex-A53/57/72 MPCore Processor
related files. There is build error when ASM_ASSERTION is set
to 1 and ENABLE_ASSERTIONS is set to 0 because function
asm_assert in common/aarch32/debug.S is defined in the macro
ENABLE_ASSERTIONS but is called with the macro ASM_ASSERTION.

There is also the indication to use ENABLE_ASSERTIONS but not
ASM_ASSERTION in the Makefile.

Signed-off-by: Matt Ma <matt.ma@spreadtrum.com>
2017-11-23 09:44:07 +08:00
..
aem_generic.S Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
cortex_a32.S Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
cortex_a53.S Replace macro ASM_ASSERTION with macro ENABLE_ASSERTIONS 2017-11-23 09:44:07 +08:00
cortex_a57.S Replace macro ASM_ASSERTION with macro ENABLE_ASSERTIONS 2017-11-23 09:44:07 +08:00
cortex_a72.S Replace macro ASM_ASSERTION with macro ENABLE_ASSERTIONS 2017-11-23 09:44:07 +08:00
cpu_helpers.S aarch32: Implement cpu_rev_var_hs() 2017-06-20 15:14:01 +01:00