git: 8c6667335382 - main - u-boot-duovero: Remove port

Emmanuel Vadot manu at FreeBSD.org
Tue Sep 28 09:53:40 UTC 2021


The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c6667335382a7f6aee18ff90ff2fc43676e9169

commit 8c6667335382a7f6aee18ff90ff2fc43676e9169
Author:     Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-09-28 09:53:12 +0000
Commit:     Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-09-28 09:53:12 +0000

    u-boot-duovero: Remove port
    
    This has been marked as BROKEN for a long time now.
---
 sysutils/Makefile                 |  1 -
 sysutils/u-boot-duovero/Makefile  |  9 ---------
 sysutils/u-boot-duovero/pkg-descr | 14 --------------
 3 files changed, 24 deletions(-)

diff --git a/sysutils/Makefile b/sysutils/Makefile
index f68099c871ee..1d2a890c5f8a 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1397,7 +1397,6 @@
     SUBDIR += u-boot-cubieboard
     SUBDIR += u-boot-cubieboard2
     SUBDIR += u-boot-cubox-hummingboard
-    SUBDIR += u-boot-duovero
     SUBDIR += u-boot-firefly-rk3399
     SUBDIR += u-boot-imx-serial-loader
     SUBDIR += u-boot-master
diff --git a/sysutils/u-boot-duovero/Makefile b/sysutils/u-boot-duovero/Makefile
deleted file mode 100644
index 13cca8bd532e..000000000000
--- a/sysutils/u-boot-duovero/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-MASTERDIR=	${.CURDIR}/../u-boot-master
-
-MODEL=		duovero
-BOARD_CONFIG=	duovero_defconfig
-FAMILY=		omap
-
-BROKEN=		Does not build anymore
-
-.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/u-boot-duovero/pkg-descr b/sysutils/u-boot-duovero/pkg-descr
deleted file mode 100644
index e8f07331cea8..000000000000
--- a/sysutils/u-boot-duovero/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-U-Boot loader for Gumstix Duovero.
-
-To install this bootloader, copy the files MLO and u-boot.img to the FAT
-partition on an SD card. Normally this is partition 1, but different
-partitions can be set with U-Boot environment variables.
-
-This version is patched so that:
- * API features are enabled.
- * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included
-
-For information about running FreeBSD on Duovero, see
-https://wiki.freebsd.org/FreeBSD/arm
-
-WWW: https://www.denx.de/wiki/U-Boot


More information about the dev-commits-ports-all mailing list