Skip to content

Commit

Permalink
configs: arm64: k3-am625-sk: fix UART reference comments
Browse files Browse the repository at this point in the history
Fixed incorrect comments that referenced the UART as connected to MCU.

Signed-off-by: Matt Ranostay <mranostay@ti.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
mranostay authored and jan-kiszka committed May 27, 2022
1 parent 693979c commit c7a1b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configs/arm64/k3-am625-sk-inmate-demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Jailhouse, a Linux-based partitioning hypervisor
*
* Configuration for demo inmate on K3 based platforms.
* 1CPU, 64K RAM, 1 serial port(MCU UART 0).
* 1CPU, 64K RAM, 1 serial port(MAIN UART 1).
*
* Copyright (c) 2019, 2022 Texas Instruments Incorporated - http://www.ti.com/
*
Expand Down Expand Up @@ -48,7 +48,7 @@ struct {
},

.mem_regions = {
/* MCU UART0 */ {
/* MAIN UART1 */ {
.phys_start = 0x02810000,
.virt_start = 0x02810000,
.size = 0x10000,
Expand Down
2 changes: 1 addition & 1 deletion configs/arm64/k3-am625-sk-linux-demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ struct {
JAILHOUSE_MEM_EXECUTE | JAILHOUSE_MEM_DMA |
JAILHOUSE_MEM_LOADABLE,
},
/* MCU UART0 */ {
/* MAIN UART1 */ {
.phys_start = 0x02810000,
.virt_start = 0x02810000,
.size = 0x10000,
Expand Down

0 comments on commit c7a1b69

Please sign in to comment.