diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-06-18 18:15:16 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-06-18 18:15:16 +0000 |
commit | a16d54da37131f00ce2db824cf85c85ae746b752 (patch) | |
tree | 4faf973b8ae498649447af750ebf5f9284112762 /sys/src/boot | |
parent | 7d4ffb868403377922d9cd0c8b4531cb77ec901c (diff) |
add /sys/src/boot/reform/mkfile to download official u-boot for the mnt-reform
Diffstat (limited to 'sys/src/boot')
-rw-r--r-- | sys/src/boot/reform/mkfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/src/boot/reform/mkfile b/sys/src/boot/reform/mkfile new file mode 100644 index 000000000..17d4326dc --- /dev/null +++ b/sys/src/boot/reform/mkfile @@ -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' |