Merge pull request #2135 from enjoy-digital/Dolu1990-patch-3
Fix litex_setup.py OHCI clone
This commit is contained in:
commit
c455a002d0
|
@ -102,7 +102,7 @@ git_repos = {
|
||||||
# -----------------
|
# -----------------
|
||||||
# Generic.
|
# Generic.
|
||||||
"pythondata-misc-tapcfg": GitRepo(url="https://github.com/litex-hub/"),
|
"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).
|
# LM32 CPU(s).
|
||||||
"pythondata-cpu-lm32": GitRepo(url="https://github.com/litex-hub/"),
|
"pythondata-cpu-lm32": GitRepo(url="https://github.com/litex-hub/"),
|
||||||
|
|
Loading…
Reference in New Issue