uboot-rockchip: add Rock 3A support

Add support for the Radxa Rock 3A board.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2024-02-27 19:44:45 +08:00
parent ec995609c6
commit 188b1bfbe9

View File

@@ -217,6 +217,13 @@ define U-Boot/roc-pc-rk3568
firefly_roc-rk3568-pc
endef
define U-Boot/rock-3a-rk3568
$(U-Boot/Default/rk3568)
NAME:=Rock 3A
BUILD_DEVICES:= \
radxa_rock-3a
endef
# RK3588 boards
@@ -302,6 +309,7 @@ UBOOT_TARGETS := \
nanopi-r5s-rk3568 \
photonicat-rk3568 \
roc-pc-rk3568 \
rock-3a-rk3568 \
nanopc-t6-rk3588 \
orangepi-5-plus-rk3588 \
rock5b-rk3588 \