mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #2135 from enjoy-digital/Dolu1990-patch-3
Fix litex_setup.py OHCI clone
This commit is contained in:
commit
c455a002d0
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ git_repos = {
|
|||
# -----------------
|
||||
# Generic.
|
||||
"pythondata-misc-tapcfg": GitRepo(url="https://github.com/litex-hub/"),
|
||||
"pythondata-misc-usb_ohci": GitRepo(url="https://github.com/litex-hub/"),
|
||||
"pythondata-misc-usb_ohci": GitRepo(url="https://github.com/litex-hub/", clone="recursive"),
|
||||
|
||||
# LM32 CPU(s).
|
||||
"pythondata-cpu-lm32": GitRepo(url="https://github.com/litex-hub/"),
|
||||
|
|
Loading…
Reference in a new issue