Re: [PATCH] hw/openrisc: use right OMPIC size variable

2022-05-03 Thread Jason A. Donenfeld
On Tue, May 03, 2022 at 06:19:29PM +0900, Stafford Horne wrote: > On Mon, May 02, 2022 at 04:59:47PM -0700, Richard Henderson wrote: > > On 5/2/22 16:28, Jason A. Donenfeld wrote: > > > This appears to be a copy and paste error. The UART size was used > > > instead of the much smaller OMPIC size. >

Re: [PATCH] hw/openrisc: use right OMPIC size variable

2022-05-03 Thread Stafford Horne
On Mon, May 02, 2022 at 04:59:47PM -0700, Richard Henderson wrote: > On 5/2/22 16:28, Jason A. Donenfeld wrote: > > This appears to be a copy and paste error. The UART size was used > > instead of the much smaller OMPIC size. > > > > Signed-off-by: Jason A. Donenfeld > > --- > > hw/openrisc/open

Re: [PATCH] hw/openrisc: use right OMPIC size variable

2022-05-02 Thread Richard Henderson
On 5/2/22 16:28, Jason A. Donenfeld wrote: This appears to be a copy and paste error. The UART size was used instead of the much smaller OMPIC size. Signed-off-by: Jason A. Donenfeld --- hw/openrisc/openrisc_sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard He

[PATCH] hw/openrisc: use right OMPIC size variable

2022-05-02 Thread Jason A. Donenfeld
This appears to be a copy and paste error. The UART size was used instead of the much smaller OMPIC size. Signed-off-by: Jason A. Donenfeld --- hw/openrisc/openrisc_sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/openrisc/openrisc_sim.c b/hw/openrisc/openrisc_sim.c i