Bump u-boot ports that depends on it. While here update the metadata and pkg-descr for the allwinner64 family so u-boot is put in an alternate location that doesn't conflict with GPT partitions.
13 lines
233 B
Makefile
13 lines
233 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
U_BOOT_SLAVE_PORTREVISION_2020.10= 1
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files
|
|
|
|
MODEL= rockpro64
|
|
BOARD_CONFIG= rockpro64-rk3399_defconfig
|
|
FAMILY= rk3399
|
|
|
|
.include "${MASTERDIR}/Makefile"
|