aboutsummaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2021-06-01 18:58:39 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2021-06-01 18:58:39 +0200
commit94869f0fd1d714f4591b1259683e3321bc8f2bb9 (patch)
tree20ea37766ce5c94470c09811879cb73b33b2c8a2 /plat
parent73a3db718c6d0ca5066da2e8c9dd235a68eadf4a (diff)
parent6b557f48c37f5c91253d0c4876adc22121954e9c (diff)
downloadtrusted-firmware-a-94869f0fd1d714f4591b1259683e3321bc8f2bb9.tar.gz
Merge "refactor(plat/marvell/uart): remove unused macros" into integration
Diffstat (limited to 'plat')
-rw-r--r--plat/marvell/armada/a3k/common/include/platform_def.h3
-rw-r--r--plat/marvell/armada/a8k/common/include/platform_def.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/plat/marvell/armada/a3k/common/include/platform_def.h b/plat/marvell/armada/a3k/common/include/platform_def.h
index 06a00e4985..e07e98685b 100644
--- a/plat/marvell/armada/a3k/common/include/platform_def.h
+++ b/plat/marvell/armada/a3k/common/include/platform_def.h
@@ -169,9 +169,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
-
/* Required platform porting definitions */
#define PLAT_MAX_PWR_LVL MPIDR_AFFLVL1
diff --git a/plat/marvell/armada/a8k/common/include/platform_def.h b/plat/marvell/armada/a8k/common/include/platform_def.h
index 7d85059914..4ba607ed12 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