git: c5fd305e76d3 - main - sysutils/u-boot-sifive-*: Remove unneeded U_BOOT_SLAVE_PORTREVISION_*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Oct 2022 06:39:11 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c5fd305e76d323ebb370ae6784c5e69c01c37e3a
commit c5fd305e76d323ebb370ae6784c5e69c01c37e3a
Author: Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2022-10-23 06:38:20 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-10-23 06:38:20 +0000
sysutils/u-boot-sifive-*: Remove unneeded U_BOOT_SLAVE_PORTREVISION_*
---
sysutils/u-boot-sifive-fu540/Makefile | 2 --
sysutils/u-boot-sifive-fu740/Makefile | 2 --
2 files changed, 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