release: rpi-b: add BOARDNAME variable

Reviewed by:	gjb
Differential Revision:	https://reviews.freebsd.org/D16514
This commit is contained in:
Emmanuel Vadot 2018-07-31 18:54:06 +00:00
parent 8b66e85493
commit 2e81004069
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336993

View file

@ -18,6 +18,7 @@ RPI_FIRMWARE_DIR="/usr/local/share/rpi-firmware"
OL_DIR="${RPI_FIRMWARE_DIR}/overlays"
OVERLAYS="mmc.dtbo pi3-disable-bt.dtbo"
PART_SCHEME="MBR"
export BOARDNAME="RPI-B"
arm_install_uboot() {
UBOOT_FILES="u-boot.bin"