aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2022-10-23 06:38:20 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-10-23 06:38:20 +0000
commitc5fd305e76d323ebb370ae6784c5e69c01c37e3a (patch)
treeec72506f49932e01f54ff11ef48f53cf16e19174
parent5920a68b5038d50581926b7941b55f7322c47bbb (diff)
downloadports-c5fd305e76d323ebb370ae6784c5e69c01c37e3a.tar.gz
ports-c5fd305e76d323ebb370ae6784c5e69c01c37e3a.zip
sysutils/u-boot-sifive-*: Remove unneeded U_BOOT_SLAVE_PORTREVISION_*
-rw-r--r--sysutils/u-boot-sifive-fu540/Makefile2
-rw-r--r--sysutils/u-boot-sifive-fu740/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/u-boot-sifive-fu540/Makefile b/sysutils/u-boot-sifive-fu540/Makefile
index bdbf228d4178..5f79e53b93d8 100644
--- a/sysutils/u-boot-sifive-fu540/Makefile
+++ b/sysutils/u-boot-sifive-fu540/Makefile
@@ -5,8 +5,6 @@ BOARD_CONFIG= sifive_unleashed_defconfig
FAMILY= sifive
UBOOT_ARCH= riscv64
-U_BOOT_SLAVE_PORTREVISION_2022.04= 2
-
# The FIT image will embed an OpenSBI firmware binary
OPENSBI_FIRM= ${LOCALBASE}/share/opensbi/lp64/generic/firmware/fw_dynamic.bin
BUILD_DEPENDS+= ${OPENSBI_FIRM}:sysutils/opensbi
diff --git a/sysutils/u-boot-sifive-fu740/Makefile b/sysutils/u-boot-sifive-fu740/Makefile
index 922391b1df24..3902e50d6394 100644
--- a/sysutils/u-boot-sifive-fu740/Makefile
+++ b/sysutils/u-boot-sifive-fu740/Makefile
@@ -5,8 +5,6 @@ BOARD_CONFIG= sifive_unmatched_defconfig
FAMILY= sifive
UBOOT_ARCH= riscv64
-U_BOOT_SLAVE_PORTREVISION_2022.04= 3
-
# The FIT image will embed an OpenSBI firmware binary
OPENSBI_FIRM= ${LOCALBASE}/share/opensbi/lp64/generic/firmware/fw_dynamic.bin
BUILD_DEPENDS+= ${OPENSBI_FIRM}:sysutils/opensbi