builder: enable bios compilation on zynq

This commit is contained in:
Ilia Sergachev 2021-12-22 02:59:40 +01:00
parent 76148c4930
commit 6705972713
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ class Builder:
self.soc.platform.output_dir = self.output_dir
# Check if BIOS is used and add software package if so.
with_bios = self.soc.cpu_type not in [None, "zynq7000", "eos-s3", 'gowin_emcu']
with_bios = self.soc.cpu_type not in [None, "eos-s3", 'gowin_emcu']
if with_bios:
self.add_software_package("bios")