OrangePi PC2 is an SBC with : - Allwinner H5 (arm64) - Three usb ports + one OTG port - HDMI Connector - Headphone output - Microphone - Ethernet - ... Reviewed by: imp Approved by: imp Differential Revision: https://reviews.freebsd.org/D13363
10 lines
196 B
Makefile
10 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= uboot@FreeBSD.org
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= orangepi-pc2
|
|
BOARD_CONFIG= orangepi_pc2_defconfig
|
|
FAMILY= allwinner64
|
|
|
|
.include "${MASTERDIR}/Makefile"
|