mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
refactor(arm): remove unused SP_MIN UART macros
Currently, tf-a has been refactored to support the multi UARTs (boot and runtime UARTs). As a result, the SP_MIN UART related code has been removed, and the macros are no longer used. Therefore, this patch removes these unused UART macros. Change-Id: I496349f876ba918fcafa7ed6c65d149914762290 Signed-off-by: Leo Yan <leo.yan@arm.com>
This commit is contained in:
parent
42d4111dcf
commit
67ff4f5646
3 changed files with 0 additions and 9 deletions
|
@ -67,9 +67,6 @@
|
|||
#define PLAT_ARM_RUN_UART_BASE SOC_CSS_UART1_BASE
|
||||
#define PLAT_ARM_RUN_UART_CLK_IN_HZ SOC_CSS_UART1_CLK_IN_HZ
|
||||
|
||||
#define PLAT_ARM_SP_MIN_RUN_UART_BASE SOC_CSS_UART1_BASE
|
||||
#define PLAT_ARM_SP_MIN_RUN_UART_CLK_IN_HZ SOC_CSS_UART1_CLK_IN_HZ
|
||||
|
||||
#define PLAT_ARM_CRASH_UART_BASE PLAT_ARM_RUN_UART_BASE
|
||||
#define PLAT_ARM_CRASH_UART_CLK_IN_HZ PLAT_ARM_RUN_UART_CLK_IN_HZ
|
||||
|
||||
|
|
|
@ -19,9 +19,6 @@
|
|||
#define PLAT_ARM_RUN_UART_BASE 0x1C090000
|
||||
#define PLAT_ARM_RUN_UART_CLK_IN_HZ 24000000
|
||||
|
||||
#define PLAT_ARM_SP_MIN_RUN_UART_BASE 0x2A410000
|
||||
#define PLAT_ARM_SP_MIN_RUN_UART_CLK_IN_HZ 50000000
|
||||
|
||||
#define PLAT_ARM_CRASH_UART_BASE PLAT_ARM_RUN_UART_BASE
|
||||
#define PLAT_ARM_CRASH_UART_CLK_IN_HZ PLAT_ARM_RUN_UART_CLK_IN_HZ
|
||||
|
||||
|
|
|
@ -391,8 +391,6 @@
|
|||
*/
|
||||
#undef PLAT_ARM_BOOT_UART_BASE
|
||||
#undef PLAT_ARM_RUN_UART_BASE
|
||||
#undef PLAT_ARM_SP_MIN_RUN_UART_BASE
|
||||
#define PLAT_ARM_SP_MIN_RUN_UART_BASE PLAT_ARM_RUN_UART_BASE
|
||||
|
||||
#undef PLAT_ARM_CRASH_UART_BASE
|
||||
#undef PLAT_ARM_BOOT_UART_CLK_IN_HZ
|
||||
|
@ -413,7 +411,6 @@
|
|||
#endif /* TARGET_FLAVOUR_FPGA */
|
||||
|
||||
#define PLAT_ARM_RUN_UART_BASE TC_UART0
|
||||
#define PLAT_ARM_SP_MIN_RUN_UART_BASE PLAT_ARM_RUN_UART_BASE
|
||||
#define PLAT_ARM_CRASH_UART_BASE PLAT_ARM_RUN_UART_BASE
|
||||
|
||||
#define PLAT_ARM_BOOT_UART_CLK_IN_HZ TC_UARTCLK
|
||||
|
|
Loading…
Add table
Reference in a new issue