add /sys/src/boot/reform/mkfile to download official u-boot for the mnt-reform

This commit is contained in:
cinap_lenrek 2022-06-18 18:15:16 +00:00
parent 7d4ffb8684
commit a16d54da37

View file

@ -0,0 +1,9 @@
FILES=flash.bin
all:V: flash.bin
clean:V:
rm -f $FILES
flash.bin:
hget -o flash.bin 'https://source.mnt.re/reform/reform-boundary-uboot/-/jobs/artifacts/v3/raw/flash.bin?job=build'