diff options
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2018-09-25 09:39:51 +0100 |
---|---|---|
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2018-09-28 15:31:53 +0100 |
commit | fe199e3bac38cc824a280ec35b7d55b6dae9a9ca (patch) | |
tree | 94cefddd9733069d5d79ba37096647d477e49846 /lib/aarch64/misc_helpers.S | |
parent | 61d2b40d287f2007737498348ad2768bf7cd74d7 (diff) | |
download | platform_external_arm-trusted-firmware-fe199e3bac38cc824a280ec35b7d55b6dae9a9ca.tar.gz platform_external_arm-trusted-firmware-fe199e3bac38cc824a280ec35b7d55b6dae9a9ca.tar.bz2 platform_external_arm-trusted-firmware-fe199e3bac38cc824a280ec35b7d55b6dae9a9ca.zip |
Remove all other deprecated interfaces and files
Change-Id: Icd1cdd42afdc78895a9be6c46b414b0a155cfa63
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'lib/aarch64/misc_helpers.S')
-rw-r--r-- | lib/aarch64/misc_helpers.S | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/aarch64/misc_helpers.S b/lib/aarch64/misc_helpers.S index 3c64d3caa..1a075aa5a 100644 --- a/lib/aarch64/misc_helpers.S +++ b/lib/aarch64/misc_helpers.S @@ -56,16 +56,6 @@ func smc endfunc smc /* ----------------------------------------------------------------------- - * void zeromem16(void *mem, unsigned int length); - * - * Initialise a memory region to 0. - * The memory address must be 16-byte aligned. - * NOTE: This function is deprecated and zeromem should be used instead. - * ----------------------------------------------------------------------- - */ -.equ zeromem16, zeromem - -/* ----------------------------------------------------------------------- * void zero_normalmem(void *mem, unsigned int length); * * Initialise a region in normal memory to 0. This functions complies with the |