mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
make.py: add set_flash_proxy_dir to flash-bios
This commit is contained in:
parent
2f2a57dd34
commit
3eabec28cd
1 changed files with 1 additions and 0 deletions
1
make.py
1
make.py
|
@ -199,4 +199,5 @@ CPU type: {}
|
|||
flashbit = "build/" + build_name + ".bin"
|
||||
prog.flash(0, flashbit)
|
||||
if actions["flash-bios"]:
|
||||
prog.set_flash_proxy_dir(args.flash_proxy_dir)
|
||||
prog.flash(soc.cpu_reset_address, "software/bios/bios.bin")
|
||||
|
|
Loading…
Reference in a new issue