diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-07-14 19:23:59 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-07-14 19:24:43 +0000 |
commit | a92d150593114dc99eae154517ce1696b1b417f6 (patch) | |
tree | 98648fb9b97d190bd067e766bfe20a019d152c6e /sysutils/u-boot-bananapim2 | |
parent | 619258548719d4ffb1e3a0398786b67c3cfec00e (diff) | |
download | ports-a92d150593114dc99eae154517ce1696b1b417f6.tar.gz ports-a92d150593114dc99eae154517ce1696b1b417f6.zip |
u-boot-*: Remove U_BOOT_SLAVE_PORTREVISION_2021.04
This is not needed anymore as we have 2921.07 now.
Diffstat (limited to 'sysutils/u-boot-bananapim2')
-rw-r--r-- | sysutils/u-boot-bananapim2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/u-boot-bananapim2/Makefile b/sysutils/u-boot-bananapim2/Makefile index a8c40f5f0aa1..5baa88ee439e 100644 --- a/sysutils/u-boot-bananapim2/Makefile +++ b/sysutils/u-boot-bananapim2/Makefile @@ -4,6 +4,4 @@ MODEL= bananapim2 BOARD_CONFIG= Sinovoip_BPI_M2_defconfig FAMILY= allwinner -U_BOOT_SLAVE_PORTREVISION_2021.04= 1 - .include "${MASTERDIR}/Makefile" |