diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/u-boot-pandaboard/Makefile | 7 | ||||
-rw-r--r-- | sysutils/u-boot-pandaboard/pkg-descr | 12 |
3 files changed, 0 insertions, 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 |