593c6238a0
This use the DDR blob and miniloader from RockChip + trust FW + ATF + u-boot proper.
10 lines
162 B
Makefile
10 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= rockpro64
|
|
BOARD_CONFIG= rockpro64-rk3399_defconfig
|
|
FAMILY= rk3399
|
|
|
|
.include "${MASTERDIR}/Makefile"
|