mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
hw/char: sifive_uart: Remove outdated comment about Tx FIFO
Since Tx FIFO is now implemented using "qemu/fifo8.h", remove the comment that no longer reflects the current implementation. Signed-off-by: Frank Chang <frank.chang@sifive.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-ID: <20250911160647.5710-4-frank.chang@sifive.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
committed by
Alistair Francis
parent
a090ecd880
commit
9100b9e67f
@@ -28,12 +28,6 @@
|
||||
|
||||
#define TX_INTERRUPT_TRIGGER_DELAY_NS 100
|
||||
|
||||
/*
|
||||
* Not yet implemented:
|
||||
*
|
||||
* Transmit FIFO using "qemu/fifo8.h"
|
||||
*/
|
||||
|
||||
/* Returns the state of the IP (interrupt pending) register */
|
||||
static uint32_t sifive_uart_ip(SiFiveUARTState *s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user