Index: sysutils/Makefile =================================================================== --- sysutils/Makefile +++ sysutils/Makefile @@ -1407,6 +1407,7 @@ SUBDIR += u-boot-rpi-0-w SUBDIR += u-boot-rpi2 SUBDIR += u-boot-rpi3 + SUBDIR += u-boot-rpi3-32 SUBDIR += u-boot-sinovoip-bpi-m3 SUBDIR += u-boot-sopine SUBDIR += u-boot-tools Index: sysutils/u-boot-rpi3-32/Makefile =================================================================== --- /dev/null +++ sysutils/u-boot-rpi3-32/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MODEL= rpi3-32 +BOARD_CONFIG= rpi_3_32b_defconfig +UBOOT_ARCH= arm + +.include "${.CURDIR}/../u-boot-rpi3/Makefile"