uboot-rockchip: add support for LinkEase EasePi R1
authorLiangbin Lian <[email protected]>
Wed, 24 Sep 2025 11:49:26 +0000 (19:49 +0800)
committerHauke Mehrtens <[email protected]>
Sun, 9 Nov 2025 22:13:25 +0000 (23:13 +0100)
generic-rk3568 is enough

Signed-off-by: Liangbin Lian <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20147
Signed-off-by: Hauke Mehrtens <[email protected]>
package/boot/uboot-rockchip/Makefile

index 6f87179b5a1049e8bd8e266964b143909a798196..addeeca309af152876c1a966fa0d5c8f99d2673b 100644 (file)
@@ -226,6 +226,13 @@ define U-Boot/fastrhino-r66s-rk3568
     lunzn_fastrhino-r66s
 endef
 
+define U-Boot/generic-rk3568
+  $(U-Boot/rk3568/Default)
+  NAME:=Generic RK3566/RK3568 board
+  BUILD_DEVICES:= \
+    linkease_easepi-r1
+endef
+
 define U-Boot/nanopi-r5c-rk3568
   $(U-Boot/rk3568/Default)
   NAME:=NanoPi R5C
@@ -394,6 +401,7 @@ UBOOT_TARGETS := \
   rock-3c-rk3566 \
   bpi-r2-pro-rk3568 \
   fastrhino-r66s-rk3568 \
+  generic-rk3568 \
   nanopi-r5c-rk3568 \
   nanopi-r5s-rk3568 \
   radxa-e25-rk3568 \