builder: enable bios compilation on zynq
This commit is contained in:
parent
76148c4930
commit
6705972713
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue