Re: [PATCH v2 2/2] powerpc/shared/console: "termios" first open sets console baud to 9600

2021-04-27 Thread Gedare Bloom
On Sat, Apr 10, 2021 at 6:41 AM wrote: > > From: Peter Dufault > > When the PowerPC shared console baud rate starts at anything other than > 9600 the termios code will set it to 9600 at the first open. > --- > bsps/powerpc/shared/console/uart.c | 3 +++ > 1 file changed, 3 insertions(+) > >

[PATCH v2 2/2] powerpc/shared/console: "termios" first open sets console baud to 9600

2021-04-10 Thread dufault
From: Peter Dufault When the PowerPC shared console baud rate starts at anything other than 9600 the termios code will set it to 9600 at the first open. --- bsps/powerpc/shared/console/uart.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsps/powerpc/shared/console/uart.c