Re: [PATCH 1/3] hw/sparc/leon3: Map the UART device unconditionally

2020-06-08 Thread Artyom Tarasenko
On Mon, Jun 8, 2020 at 7:28 PM Fred Konrad wrote: > > > > Le 6/8/20 à 7:21 PM, Philippe Mathieu-Daudé a écrit : > > The UART is present on the chipset regardless there is a > > character device connected to it. Map it unconditionally. > > > > Signed-off-by: Philippe Mathieu-Daudé > > --- > > hw

Re: [PATCH 1/3] hw/sparc/leon3: Map the UART device unconditionally

2020-06-08 Thread Fred Konrad
Le 6/8/20 à 7:21 PM, Philippe Mathieu-Daudé a écrit : The UART is present on the chipset regardless there is a character device connected to it. Map it unconditionally. Signed-off-by: Philippe Mathieu-Daudé --- hw/sparc/leon3.c | 18 -- 1 file changed, 8 insertions(+), 10

[PATCH 1/3] hw/sparc/leon3: Map the UART device unconditionally

2020-06-08 Thread Philippe Mathieu-Daudé
The UART is present on the chipset regardless there is a character device connected to it. Map it unconditionally. Signed-off-by: Philippe Mathieu-Daudé --- hw/sparc/leon3.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/hw/sparc/leon3.c b/hw/sparc/leon3.