From d9a1c7a99a4f2443c65be2eae00bae602b5f289a Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 4 Apr 2023 01:29:14 +0800 Subject: [PATCH] uboot-rockchip: add ROC-RK3328-CC support Add support for the Firefly ROC-RK3328-CC. Signed-off-by: Tianling Shen --- package/boot/uboot-rockchip/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 830753bddf..c321cf4cfc 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -59,6 +59,12 @@ define U-Boot/orangepi-r1-plus-lts-rk3328 xunlong_orangepi-r1-plus-lts endef +define U-Boot/roc-cc-rk3328 + $(U-Boot/Default/rk3328) + NAME:=ROC-RK3328-CC + BUILD_DEVICES:= \ + firefly_roc-cc +endef # RK3399 boards @@ -143,6 +149,7 @@ UBOOT_TARGETS := \ nanopi-r2s-rk3328 \ orangepi-r1-plus-rk3328 \ orangepi-r1-plus-lts-rk3328 \ + roc-cc-rk3328 \ fastrhino-r66s-rk3568 \ fastrhino-r68s-rk3568 \ nanopi-r5c-rk3568 \