From 4e306624d1e47f7ace600fea24486b378d07aaf5 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Wed, 4 Nov 2020 20:15:14 +0000 Subject: [PATCH] dtb/rockchip: Add rockpi-4 to the build We boot on this board to add the dtb to the build. Requested by: Daniel Engberg --- sys/modules/dtb/rockchip/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/dtb/rockchip/Makefile b/sys/modules/dtb/rockchip/Makefile index 7b73c6c898f..5cad60e18c9 100644 --- a/sys/modules/dtb/rockchip/Makefile +++ b/sys/modules/dtb/rockchip/Makefile @@ -4,6 +4,7 @@ DTS= \ rockchip/rk3399-khadas-edge-captain.dts \ rockchip/rk3399-khadas-edge.dts \ rockchip/rk3399-khadas-edge-v.dts \ + rockchip/rk3399-rock-pi-4.dts \ rockchip/rk3328-rock64.dts \ rockchip/rk3399-firefly.dts \ rockchip/rk3399-rockpro64.dts