diff options
author | Soby Mathew <soby.mathew@arm.com> | 2018-10-02 10:12:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-02 10:12:32 +0100 |
commit | 3ccfcd6e3dbc742ff15ead72d432427a38de650c (patch) | |
tree | 89dd07f10f24d0ac19e2f02c0d2470e6309a9e42 /lib/aarch64/misc_helpers.S | |
parent | 9a983cfec21dea9347e191434ee704c57a55bda1 (diff) | |
parent | 991f1f4d94560adec7f4679339b3e6b4916d6896 (diff) | |
download | platform_external_arm-trusted-firmware-3ccfcd6e3dbc742ff15ead72d432427a38de650c.tar.gz platform_external_arm-trusted-firmware-3ccfcd6e3dbc742ff15ead72d432427a38de650c.tar.bz2 platform_external_arm-trusted-firmware-3ccfcd6e3dbc742ff15ead72d432427a38de650c.zip |
Merge pull request #1587 from antonio-nino-diaz-arm/an/deprecated
Remove deprecated interfaces for all platforms
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 |