uboot-rockchip: add ROCK 5B support

Add support for the Radxa ROCK 5B board.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/16149
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Tianling Shen 2024-08-05 16:37:24 +08:00 committed by Hauke Mehrtens
parent 0cfd254913
commit ea249af456

View File

@ -223,6 +223,13 @@ define U-Boot/rk3588/Default
TPL:=rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.16.bin
endef
define U-Boot/rock5b-rk3588
$(U-Boot/rk3588/Default)
NAME:=ROCK 5B
BUILD_DEVICES:= \
radxa_rock-5b
endef
# RK3588S boards
@ -261,6 +268,7 @@ UBOOT_TARGETS := \
nanopi-r5s-rk3568 \
radxa-e25-rk3568 \
rock-3a-rk3568 \
rock5b-rk3588 \
nanopi-r6s-rk3588s \
rock5a-rk3588s