aboutsummaryrefslogtreecommitdiff
path: root/plat/marvell/armada/a8k/common
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-05-14 13:13:43 +0200
committerPali Rohár <pali@kernel.org>2021-06-01 16:34:08 +0200
commit6b557f48c37f5c91253d0c4876adc22121954e9c (patch)
treeeb276898c0eeaedb8d34f2056f3b8e6552a2820a /plat/marvell/armada/a8k/common
parentb9185c75f7ec2b600ebe0d49281e216a2456b764 (diff)
downloadarm-trusted-firmware-6b557f48c37f5c91253d0c4876adc22121954e9c.tar.gz
refactor(plat/marvell/uart): remove unused macros
Macros PLAT_MARVELL_BL31_RUN_UART* are not used since commit d7c4420cb8a7 ("plat/marvell: Migrate to multi-console API"). Remove them. Signed-off-by: Pali Rohár <pali@kernel.org> Change-Id: I5ec959ef4de87dcfb332c017ad2599bf8af6ffc3
Diffstat (limited to 'plat/marvell/armada/a8k/common')
-rw-r--r--plat/marvell/armada/a8k/common/include/platform_def.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/plat/marvell/armada/a8k/common/include/platform_def.h b/plat/marvell/armada/a8k/common/include/platform_def.h
index 7d8505991..4ba607ed1 100644
--- a/plat/marvell/armada/a8k/common/include/platform_def.h
+++ b/plat/marvell/armada/a8k/common/include/platform_def.h
@@ -174,9 +174,6 @@
#define PLAT_MARVELL_CRASH_UART_BASE PLAT_MARVELL_BOOT_UART_BASE
#define PLAT_MARVELL_CRASH_UART_CLK_IN_HZ PLAT_MARVELL_BOOT_UART_CLK_IN_HZ
-#define PLAT_MARVELL_BL31_RUN_UART_BASE PLAT_MARVELL_BOOT_UART_BASE
-#define PLAT_MARVELL_BL31_RUN_UART_CLK_IN_HZ PLAT_MARVELL_BOOT_UART_CLK_IN_HZ
-
/* Recovery image enable */
#define PLAT_RECOVERY_IMAGE_ENABLE 0