sysutils/u-boot-firefly-rk3399: Bump portrevision as we now use miniloader

Since we now use the miniloader instead of SPL bump portrevision for this port.
This commit is contained in:
Emmanuel Vadot 2019-07-27 14:57:25 +00:00
parent 593c6238a0
commit 015935af60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507460
2 changed files with 7 additions and 0 deletions

View file

@ -2,6 +2,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2019.07= 1
MODEL= firefly-rk3399
BOARD_CONFIG= firefly-rk3399_defconfig
FAMILY= rk3399

View file

@ -114,6 +114,11 @@ UBOOT_VERSION=${UBOOT_VERSION_${FAMILY:tu}}
.endif
UBOOT_VERSION?= 2019.07
# If a slave port defines a PORTREVISION use it
.if defined(U_BOOT_SLAVE_PORTREVISION_${UBOOT_VERSION})
PORTREVISION= ${U_BOOT_SLAVE_PORTREVISION_${UBOOT_VERSION}}
.endif
.if !defined(UBOOT_PLIST) && defined(UBOOT_PLIST_${FAMILY:tu})
UBOOT_PLIST=${UBOOT_PLIST_${FAMILY:tu}}
.endif