From 4459de8c79a811afb4808fadae47a2cc43cd59fc Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 17 Jun 2023 15:16:53 +0800 Subject: [PATCH] uboot-rockchip: add Rock Pi E support Add support for the Radxa Rock Pi E. Signed-off-by: Tianling Shen --- package/boot/uboot-rockchip/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 98376e3ec6..2566e47c7d 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -75,6 +75,13 @@ define U-Boot/roc-cc-rk3328 firefly_roc-rk3328-cc endef +define U-Boot/rock-pi-e-rk3328 + $(U-Boot/Default/rk3328) + NAME:=Rock Pi E + BUILD_DEVICES:= \ + radxa_rock-pi-e +endef + # RK3399 boards define U-Boot/Default/rk3399 @@ -200,6 +207,7 @@ UBOOT_TARGETS := \ orangepi-r1-plus-rk3328 \ orangepi-r1-plus-lts-rk3328 \ roc-cc-rk3328 \ + rock-pi-e-rk3328 \ fastrhino-r66s-rk3568 \ fastrhino-r68s-rk3568 \ mrkaio-m68s-rk3568 \