From a3b4dcfd682d2f0dcad7e9e15dc00df2d7a283f2 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Tue, 24 Nov 2020 17:52:01 +0000 Subject: Release: arm: Remove config for old boards All those board are impossible to buy nowadays and could boot using the GENERICSD image after putting the correct u-boot on them. Reviewed by: imp Relnotes: yes Differential Revision: https://reviews.freebsd.org/D27282 --- release/arm/BANANAPI.conf | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 release/arm/BANANAPI.conf (limited to 'release/arm/BANANAPI.conf') diff --git a/release/arm/BANANAPI.conf b/release/arm/BANANAPI.conf deleted file mode 100644 index 4d0447288b69..000000000000 --- a/release/arm/BANANAPI.conf +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -EMBEDDED_TARGET_ARCH="armv7" -EMBEDDED_TARGET="arm" -EMBEDDEDBUILD=1 -EMBEDDEDPORTS="sysutils/u-boot-bananapi" -FAT_SIZE="50m -b 1m" -FAT_TYPE="16" -IMAGE_SIZE="3072M" -KERNEL="GENERIC" -MD_ARGS="-x 63 -y 255" -NODOC=1 -PART_SCHEME="MBR" -export BOARDNAME="BANANAPI" - -arm_install_uboot() { - UBOOT_DIR="/usr/local/share/u-boot/u-boot-bananapi" - UBOOT_FILES="u-boot-sunxi-with-spl.bin" - chroot ${CHROOTDIR} dd if=${UBOOT_DIR}/${UBOOT_FILES} \ - of=/dev/${mddev} bs=1k seek=8 conv=sync - - return 0 -} -- cgit v1.2.3