diff options
author | annsai01 <annam.saimanisha@arm.com> | 2023-03-13 14:27:15 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-03-22 12:51:11 -0400 |
commit | c48002e6637a99cbdc2267074fc028e7fd370e03 (patch) | |
tree | 9bf0892d635cfd618fcdf63d0e7ac891d7874fcf | |
parent | e8dd3044741a7105ce41bb587e2517ae0156b954 (diff) | |
download | u-boot-c48002e6637a99cbdc2267074fc028e7fd370e03.zip u-boot-c48002e6637a99cbdc2267074fc028e7fd370e03.tar.gz u-boot-c48002e6637a99cbdc2267074fc028e7fd370e03.tar.bz2 |
arm: total_compute: Remap console logs
Remapping console logs from soc uart2 (s1 terminal)
to css non-secure (uart_ap terminal)
Signed-off-by: Annam Sai Manisha <annam.saimanisha@arm.com>
-rw-r--r-- | include/configs/total_compute.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/total_compute.h b/include/configs/total_compute.h index 436bf62..a8bd8e2 100644 --- a/include/configs/total_compute.h +++ b/include/configs/total_compute.h @@ -2,7 +2,7 @@ /* * Configuration for Total Compute platform. Parts were derived from other ARM * configurations. - * (C) Copyright 2020 Arm Limited + * (C) Copyright 2020-2023 Arm Limited * Usama Arif <usama.arif@arm.com> */ @@ -11,7 +11,8 @@ /* Link Definitions */ -#define UART0_BASE 0x7ff80000 +/* AP non-secure UART base address */ +#define UART0_BASE 0x2A400000 /* PL011 Serial Configuration */ #define CFG_PL011_CLOCK 7372800 |