Update uboot and opensbi to latest versions (#17)

This commit is contained in:
Felix Yan 2023-10-03 06:38:30 +03:00 committed by GitHub
parent 7a2b4531ed
commit 1612c74904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
mkimg
View file

@ -14,8 +14,8 @@ varbose_arg=
rootfs="archriscv-$(date --rfc-3339=date).tar.zst"
fstype=ext4
uboot_version=v2023.04
opensbi_version=v1.2
uboot_version=v2023.10
opensbi_version=v1.3.1
show_help() {
cat << EOF