git: afa72027c95d - main - sysutils/u-boot-pandaboard: Remove EOL port

From: Oskar Holmlund <oh_at_FreeBSD.org>
Date: Wed, 23 Apr 2025 16:01:22 UTC
The branch main has been updated by oh:

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

commit afa72027c95d64f27d51176e641c65b418301b23
Author:     Oskar Holmlund <oh@FreeBSD.org>
AuthorDate: 2025-04-23 13:40:21 +0000
Commit:     Oskar Holmlund <oh@FreeBSD.org>
CommitDate: 2025-04-23 14:00:13 +0000

    sysutils/u-boot-pandaboard: Remove EOL port
    
    The omap4 boards has been removed from u-boot in 2024.10 release.
    For details see commit in u-boot repo
    1104cd616fef3111f851f7058511e45c3081f8cf
    
    Approved by: manu (mentor)
    Differential revision: https://reviews.freebsd.org/D49876
---
 sysutils/Makefile                    |  1 -
 sysutils/u-boot-pandaboard/Makefile  |  7 -------
 sysutils/u-boot-pandaboard/pkg-descr | 12 ------------
 3 files changed, 20 deletions(-)

diff --git a/sysutils/Makefile b/sysutils/Makefile
index 9660e9c870e1..560d9b8fb2ec 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1437,7 +1437,6 @@
     SUBDIR += u-boot-orangepi-r1
     SUBDIR += u-boot-orangepi-zero
     SUBDIR += u-boot-orangepi-zero-plus
-    SUBDIR += u-boot-pandaboard
     SUBDIR += u-boot-pcduino3
     SUBDIR += u-boot-pine-h64
     SUBDIR += u-boot-pine64
diff --git a/sysutils/u-boot-pandaboard/Makefile b/sysutils/u-boot-pandaboard/Makefile
deleted file mode 100644
index abb4a8a6b999..000000000000
--- a/sysutils/u-boot-pandaboard/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-MASTERDIR=	${.CURDIR}/../u-boot-master
-
-MODEL=		pandaboard
-BOARD_CONFIG=	omap4_panda_defconfig
-FAMILY=		omap
-
-.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/u-boot-pandaboard/pkg-descr b/sysutils/u-boot-pandaboard/pkg-descr
deleted file mode 100644
index bbdb02569420..000000000000
--- a/sysutils/u-boot-pandaboard/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-U-Boot loader for PandaBoard.
-
-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 scripts ) that loads ubldr.bin and execute it is included
-
-For information about running FreeBSD on the PandaBoard, see
-https://wiki.freebsd.org/FreeBSD/arm/PandaBoard