4c8183f1e7
also effectively updates the u-boot version from 2013.10 to 2017.01 Reviewed by: imp Approved by: imp
18 lines
348 B
Makefile
18 lines
348 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= imp@FreeBSD.org
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= cubox-hummingboard
|
|
BOARD_CONFIG= mx6cuboxi_defconfig
|
|
FAMILY= imx6
|
|
|
|
IMXFILE= u-boot.imx
|
|
UBOOT_PLIST= ${IMXFILE}
|
|
|
|
ALL_TARGET= u-boot-with-spl.imx
|
|
|
|
pre-install: .PHONY
|
|
@${CP} ${WRKSRC}/u-boot-with-spl.imx ${WRKSRC}/${IMXFILE}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|