]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/char: sifive_uart: Remove outdated comment about Tx FIFO
authorFrank Chang <frank.chang@sifive.com>
Thu, 11 Sep 2025 16:06:45 +0000 (00:06 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Thu, 2 Oct 2025 05:08:36 +0000 (15:08 +1000)
commit9100b9e67fbd2d60b53a6c5620c4ca2e6e43a0db
tree3e01f5a959cd9613f2dce94d4433432b4a3d9bdf
parenta090ecd880a1b211e92c41029d1a90edf6686a48
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>
hw/char/sifive_uart.c