
26 May
2016
26 May
'16
12:09 a.m.
Am 17.05.2016 um 08:43 schrieb Paul Burton:
The address of the UART differs based upon the system controller because it's actually within the I/O port region, which is in a different location for each system controller. Rather than handling this as 2 UARTs with the correct one selected at runtime, use I/O port accessors for the UART such that access to it gets translated into the I/O port region automatically.
Signed-off-by: Paul Burton paul.burton@imgtec.com Reviewed-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com
Changes in v3: None Changes in v2:
- New patch, simplifying the later DT conversion.
board/imgtec/malta/malta.c | 13 ------------- include/configs/malta.h | 4 ++-- 2 files changed, 2 insertions(+), 15 deletions(-)
applied to u-boot-mips, thanks.
--
- Daniel