forked from M-Labs/artiq
artiq_flash: treat all variants ending in `satellite` as such
This commit is contained in:
parent
fbf05db5ab
commit
b58ec2d78e
|
@ -344,7 +344,7 @@ def main():
|
|||
storage_img = args.storage
|
||||
programmer.write_binary(*config["storage"], storage_img)
|
||||
elif action == "firmware":
|
||||
if variant == "satellite":
|
||||
if variant.endswith("satellite"):
|
||||
firmware = "satman"
|
||||
else:
|
||||
firmware = "runtime"
|
||||
|
|
Loading…
Reference in New Issue