add /sys/src/boot/reform/mkfile to download official u-boot for the mnt-reform
This commit is contained in:
parent
7d4ffb8684
commit
a16d54da37
1 changed files with 9 additions and 0 deletions
9
sys/src/boot/reform/mkfile
Normal file
9
sys/src/boot/reform/mkfile
Normal 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'
|
Loading…
Reference in a new issue