mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 14:56:03 +00:00
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>
This commit is contained in:
parent
e8dd304474
commit
c48002e663
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
* Configuration for Total Compute platform. Parts were derived from other ARM
|
* Configuration for Total Compute platform. Parts were derived from other ARM
|
||||||
* configurations.
|
* configurations.
|
||||||
* (C) Copyright 2020 Arm Limited
|
* (C) Copyright 2020-2023 Arm Limited
|
||||||
* Usama Arif <usama.arif@arm.com>
|
* Usama Arif <usama.arif@arm.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -11,7 +11,8 @@
|
||||||
|
|
||||||
/* Link Definitions */
|
/* Link Definitions */
|
||||||
|
|
||||||
#define UART0_BASE 0x7ff80000
|
/* AP non-secure UART base address */
|
||||||
|
#define UART0_BASE 0x2A400000
|
||||||
|
|
||||||
/* PL011 Serial Configuration */
|
/* PL011 Serial Configuration */
|
||||||
#define CFG_PL011_CLOCK 7372800
|
#define CFG_PL011_CLOCK 7372800
|
||||||
|
|
Loading…
Add table
Reference in a new issue