Update uboot and opensbi to latest versions (#17)
This commit is contained in:
parent
7a2b4531ed
commit
1612c74904
1 changed files with 2 additions and 2 deletions
4
mkimg
4
mkimg
|
@ -14,8 +14,8 @@ varbose_arg=
|
||||||
rootfs="archriscv-$(date --rfc-3339=date).tar.zst"
|
rootfs="archriscv-$(date --rfc-3339=date).tar.zst"
|
||||||
fstype=ext4
|
fstype=ext4
|
||||||
|
|
||||||
uboot_version=v2023.04
|
uboot_version=v2023.10
|
||||||
opensbi_version=v1.2
|
opensbi_version=v1.3.1
|
||||||
|
|
||||||
show_help() {
|
show_help() {
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
|
Loading…
Add table
Reference in a new issue