summary refs log tree commit diff stats
path: root/hw/char
diff options
context:
space:
mode:
authorFrank Chang <frank.chang@sifive.com>2025-09-12 00:06:45 +0800
committerAlistair Francis <alistair.francis@wdc.com>2025-10-02 15:08:36 +1000
commit9100b9e67fbd2d60b53a6c5620c4ca2e6e43a0db (patch)
tree3e01f5a959cd9613f2dce94d4433432b4a3d9bdf /hw/char
parenta090ecd880a1b211e92c41029d1a90edf6686a48 (diff)
downloadfocaccia-qemu-9100b9e67fbd2d60b53a6c5620c4ca2e6e43a0db.tar.gz
focaccia-qemu-9100b9e67fbd2d60b53a6c5620c4ca2e6e43a0db.zip
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>
Diffstat (limited to 'hw/char')
-rw-r--r--hw/char/sifive_uart.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/char/sifive_uart.c b/hw/char/sifive_uart.c
index 401f869680..baef0bd9c2 100644
--- a/hw/char/sifive_uart.c
+++ b/hw/char/sifive_uart.c
@@ -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)
 {