From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stafford Horne Date: Tue, 3 May 2022 18:19:29 +0900 Subject: [OpenRISC] [PATCH] hw/openrisc: use right OMPIC size variable In-Reply-To: References: <20220502232800.259036-1-Jason@zx2c4.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: openrisc@lists.librecores.org 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/openrisc_sim.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Reviewed-by: Richard Henderson Thanks, I will queue this one.