freebsd-ports/sysutils/u-boot-rock64/Makefile
Emmanuel Vadot 0565409a43 sysutils/u-boot-rock64: Add new port for u-boot for the Pine64 Rock64 board
And add support for building RK3328 u-boot in u-boot-master.
This use the rockchip DDR blob + ATF + u-boot-spl and u-boot proper.
2019-07-27 14:54:09 +00:00

11 lines
189 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= rock64
BOARD_CONFIG= rock64-rk3328_defconfig
FAMILY= rk3328
UBOOT_EXTRA_TARGETS= u-boot.itb
.include "${MASTERDIR}/Makefile"