mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 14:25:44 +00:00
Merge "refactor(arm): remove unused SP_MIN UART macros" into integration
This commit is contained in:
commit
f7c091eaad
3 changed files with 0 additions and 9 deletions
include/plat/arm/board/common
plat/arm/board
|
@ -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