diff options
| author | Tom Rini <[email protected]> | 2023-03-22 14:01:01 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-22 14:01:01 -0400 |
| commit | c84a00a647057d83ecfb081ca03c4865e4c1c1be (patch) | |
| tree | c06d3e7309022a299855ac566ba51f3fb38b0007 /include | |
| parent | 5e207b8517427226b96c5e808ae119fb1d75d39a (diff) | |
| parent | f8461352b84ea66ad03d3231a5056643ab73515d (diff) | |
Merge branch '2023-03-22-assorted-fixes'
- Assorted TI platform fixes, correct location of NXP boot format git
repository, don't try and mount partitions that are too small to be
ext4 as ext4, handle .bin files in .gitattributes, flush out panic
messages for sure, and correct console location on Arm total_compute.
Diffstat (limited to 'include')
| -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 436bf622e17..a8bd8e259cc 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 <[email protected]> */ @@ -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 |
