aboutsummaryrefslogtreecommitdiff
path: root/include/drivers
diff options
context:
space:
mode:
authorManish V Badarkhe <Manish.Badarkhe@arm.com>2020-10-07 16:04:06 +0100
committerManish Pandey <manish.pandey2@arm.com>2020-10-12 10:40:22 +0000
commitc959ea78e527a6ba2ac406ed16f2ca05b0f6ee7c (patch)
tree643f75ef76c6c94f798a4c9e667a73b724f109d4 /include/drivers
parente1b8cd1a582ddc4858bd685bc2319e56793edd97 (diff)
downloadtrusted-firmware-a-c959ea78e527a6ba2ac406ed16f2ca05b0f6ee7c.tar.gz
Remove deprecated macro from TF-A code
Removed '__ASSEMBLY__' deprecated macro from TF-A code Change-Id: I9082a568b695acb5b903f509db11c8672b62d9d0 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Diffstat (limited to 'include/drivers')
-rw-r--r--include/drivers/marvell/cache_llc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drivers/marvell/cache_llc.h b/include/drivers/marvell/cache_llc.h
index d6dd65382f..72111b374a 100644
--- a/include/drivers/marvell/cache_llc.h
+++ b/include/drivers/marvell/cache_llc.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2018 Marvell International Ltd.
+ * Copyright (C) 2018-2020 Marvell International Ltd.
*
* SPDX-License-Identifier: BSD-3-Clause
* https://spdx.org/licenses
@@ -57,6 +57,6 @@ int llc_sram_enable(int ap_index, int size);
void llc_sram_disable(int ap_index);
int llc_sram_test(int ap_index, int size, char *msg);
#endif /* LLC_SRAM */
-#endif /* __ASSEMBLY__ */
+#endif /* __ASSEMBLER__ */
#endif /* CACHE_LLC_H */