target: basys3: Remove redundand sdcard additions
This commit is contained in:
parent
f8ac2acffc
commit
46ddc36b3c
|
@ -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 New Issue