summaryrefslogtreecommitdiff
path: root/plat/ti
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2020-01-25 00:58:35 +0000
committerAndre Przywara <andre.przywara@arm.com>2020-02-25 09:34:38 +0000
commit98964f0523d6c5dc5ee8e6bb8212ffc7df5efe14 (patch)
treec70b714911adead3b9f3471f23a389b6d73f8a4f /plat/ti
parentd7873bcd541b99a816c4ea6f1cce66858641f6fc (diff)
downloadarm-trusted-firmware-98964f0523d6c5dc5ee8e6bb8212ffc7df5efe14.tar.gz
16550: Use generic console_t data structure
Since now the generic console_t structure holds the UART base address as well, let's use that generic location and drop the UART driver specific data structure at all. Change-Id: I5c2fe3b6a667acf80c808cfec4a64059a2c9c25f Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'plat/ti')
-rw-r--r--plat/ti/k3/common/k3_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/ti/k3/common/k3_console.c b/plat/ti/k3/common/k3_console.c
index ba0ddacec..8c44c17e2 100644
--- a/plat/ti/k3/common/k3_console.c
+++ b/plat/ti/k3/common/k3_console.c
@@ -13,7 +13,7 @@
void bl31_console_setup(void)
{
- static console_16550_t console;
+ static console_t console;
/* Initialize the console to provide early debug support */
console_16550_register(K3_USART_BASE, K3_USART_CLK_SPEED,