Skip to content

Commit

Permalink
sysutils/u-boot: Update to 2021.07
Browse files Browse the repository at this point in the history
  • Loading branch information
evadot committed Jul 7, 2021
1 parent d3467d2 commit 1dec363
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sysutils/u-boot-master/Makefile
Expand Up @@ -111,7 +111,7 @@ UBOOT_PLIST_QEMU= u-boot.bin
.if !defined(UBOOT_VERSION) && defined(UBOOT_VERSION_${FAMILY:tu})
UBOOT_VERSION=${UBOOT_VERSION_${FAMILY:tu}}
.endif
UBOOT_VERSION?= 2021.04
UBOOT_VERSION?= 2021.07

# If a slave port defines a PORTREVISION use it
.if defined(U_BOOT_SLAVE_PORTREVISION_${UBOOT_VERSION})
Expand Down
6 changes: 3 additions & 3 deletions sysutils/u-boot-master/distinfo
@@ -1,6 +1,6 @@
TIMESTAMP = 1617718705
SHA256 (u-boot/u-boot-2021.04.tar.bz2) = 0d438b1bb5cceb57a18ea2de4a0d51f7be5b05b98717df05938636e0aadfe11a
SIZE (u-boot/u-boot-2021.04.tar.bz2) = 16673334
TIMESTAMP = 1625655964
SHA256 (u-boot/u-boot-2021.07.tar.bz2) = 312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e
SIZE (u-boot/u-boot-2021.07.tar.bz2) = 17275746
SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97
SIZE (u-boot/939129/raw) = 310
SHA256 (u-boot/1036621/raw) = 28dbd66d14fab9dc782ce091d3c132a226b8425f6503c329ee8a7031b79b52f7
Expand Down
1 change: 1 addition & 0 deletions sysutils/u-boot-riotboard/Makefile
Expand Up @@ -7,5 +7,6 @@ FAMILY= imx6
U_BOOT_SLAVE_PORTREVISION_2021.04= 1

UBOOT_PLIST= u-boot.imx
UBOOT_EXTRA_TARGETS= u-boot.imx

.include "${MASTERDIR}/Makefile"
2 changes: 1 addition & 1 deletion sysutils/u-boot-sifive-fu540/Makefile
@@ -1,7 +1,7 @@
MASTERDIR= ${.CURDIR}/../u-boot-master

MODEL= sifive-fu540
BOARD_CONFIG= sifive_fu540_defconfig
BOARD_CONFIG= sifive_unleashed_defconfig
FAMILY= sifive
UBOOT_ARCH= riscv64

Expand Down

0 comments on commit 1dec363

Please sign in to comment.