mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
target: basys3: Remove redundand sdcard additions
This commit is contained in:
parent
f8ac2acffc
commit
46ddc36b3c
1 changed files with 0 additions and 4 deletions
|
@ -82,10 +82,6 @@ def main():
|
|||
**soc_core_argdict(args)
|
||||
)
|
||||
soc.platform.add_extension(digilent_basys3._sdcard_pmod_io)
|
||||
if args.with_spi_sdcard:
|
||||
soc.add_spi_sdcard()
|
||||
if args.with_sdcard:
|
||||
soc.add_sdcard()
|
||||
if args.with_spi_sdcard:
|
||||
soc.add_spi_sdcard()
|
||||
if args.with_sdcard:
|
||||
|
|
Loading…
Reference in a new issue