aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-09-28 09:53:12 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-09-28 09:53:12 +0000
commit8c6667335382a7f6aee18ff90ff2fc43676e9169 (patch)
tree0c393a801c231fd9e0ab8dba8ede234d2b53ef32
parent9189d51581606c2c4b443ea7546141371a1638f3 (diff)
downloadports-8c6667335382a7f6aee18ff90ff2fc43676e9169.tar.gz
ports-8c6667335382a7f6aee18ff90ff2fc43676e9169.zip
u-boot-duovero: Remove port
This has been marked as BROKEN for a long time now.
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/u-boot-duovero/Makefile9
-rw-r--r--sysutils/u-boot-duovero/pkg-descr14
3 files changed, 0 insertions, 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