Commit afa72027 authored by Oskar Holmlund's avatar Oskar Holmlund
Browse files

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
parent 8b203079
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −7
Original line number Diff line number Diff line
MASTERDIR=	${.CURDIR}/../u-boot-master

MODEL=		pandaboard
BOARD_CONFIG=	omap4_panda_defconfig
FAMILY=		omap

.include "${MASTERDIR}/Makefile"
+0 −12
Original line number Diff line number Diff line
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