aboutsummaryrefslogtreecommitdiff
path: root/plat/hisilicon/hikey/hikey_bl31_setup.c
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
commitf695e1e01a995e66f9f5be5430fef3b7920082f2 (patch)
tree18c46c2ed3adeff905ffe8032444643d06a44f15 /plat/hisilicon/hikey/hikey_bl31_setup.c
parent489e298744fa668bd46661237f81cd9ba05e3b4e (diff)
downloadtrusted-firmware-a-f695e1e01a995e66f9f5be5430fef3b7920082f2.tar.gz
pl011: 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: I7a23327394d142af4b293ea7ccd90b843c54587c Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'plat/hisilicon/hikey/hikey_bl31_setup.c')
-rw-r--r--plat/hisilicon/hikey/hikey_bl31_setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/hisilicon/hikey/hikey_bl31_setup.c b/plat/hisilicon/hikey/hikey_bl31_setup.c
index 0326e9f3de..7d008e7418 100644
--- a/plat/hisilicon/hikey/hikey_bl31_setup.c
+++ b/plat/hisilicon/hikey/hikey_bl31_setup.c
@@ -27,7 +27,7 @@
static entry_point_info_t bl32_ep_info;
static entry_point_info_t bl33_ep_info;
-static console_pl011_t console;
+static console_t console;
/******************************************************************************
* On a GICv2 system, the Group 1 secure interrupts are treated as Group 0