From: Tianling Shen Date: Mon, 5 Aug 2024 08:37:24 +0000 (+0800) Subject: uboot-rockchip: add ROCK 5B support X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ea249af45687637be0529a9209b0c99787466564;p=openwrt%2Fstaging%2Fthess.git uboot-rockchip: add ROCK 5B support Add support for the Radxa ROCK 5B board. Signed-off-by: Tianling Shen Link: https://github.com/openwrt/openwrt/pull/16149 Signed-off-by: Hauke Mehrtens --- diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 3cd5818ac7..b2d5a6cc79 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -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