diff --git a/litex_boards/targets/fomu.py b/litex_boards/targets/fomu.py
index a803595e7d0aeb4966ffba02cd12dc186e57b792..7ff1cf141f703bcd2c543f301f5f5260993e28a3 100755
--- a/litex_boards/targets/fomu.py
+++ b/litex_boards/targets/fomu.py
@@ -83,7 +83,6 @@ class BaseSoC(SoCCore):
 
         # Serial -----------------------------------------------------------------------------------
         # FIXME: do proper install of ValentyUSB.
-        # FIXME: replace IoBuf with https://github.com/im-tomu/valentyusb/blob/master/valentyusb/usbcore/io.py#L13-L61.
         os.system("git clone https://github.com/litex-hub/valentyusb -b hw_cdc_eptri")
         sys.path.append("valentyusb")