From c5fd305e76d323ebb370ae6784c5e69c01c37e3a Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Sun, 23 Oct 2022 14:38:20 +0800 Subject: 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 -- cgit v1.2.3