make.py: add set_flash_proxy_dir to flash-bios
This commit is contained in:
parent
2f2a57dd34
commit
3eabec28cd
1
make.py
1
make.py
|
@ -199,4 +199,5 @@ CPU type: {}
|
||||||
flashbit = "build/" + build_name + ".bin"
|
flashbit = "build/" + build_name + ".bin"
|
||||||
prog.flash(0, flashbit)
|
prog.flash(0, flashbit)
|
||||||
if actions["flash-bios"]:
|
if actions["flash-bios"]:
|
||||||
|
prog.set_flash_proxy_dir(args.flash_proxy_dir)
|
||||||
prog.flash(soc.cpu_reset_address, "software/bios/bios.bin")
|
prog.flash(soc.cpu_reset_address, "software/bios/bios.bin")
|
||||||
|
|
Loading…
Reference in New Issue