From 46ddc36b3c17265826bdd7f38d245df8cc58e771 Mon Sep 17 00:00:00 2001 From: Robert Szczepanski Date: Mon, 27 Jun 2022 13:58:08 +0200 Subject: [PATCH] target: basys3: Remove redundand sdcard additions --- litex_boards/targets/digilent_basys3.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/litex_boards/targets/digilent_basys3.py b/litex_boards/targets/digilent_basys3.py index ee6d3c7..cc240c6 100755 --- a/litex_boards/targets/digilent_basys3.py +++ b/litex_boards/targets/digilent_basys3.py @@ -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: