Skip to content

Commit ca0c2a2

Browse files
committed
uboot-rockchip: add ROCK 5B support
1 parent c9c3f69 commit ca0c2a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package/boot/uboot-rockchip/Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,13 @@ define U-Boot/Default/rk3588
298298
TPL:=rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.16.bin
299299
endef
300300

301+
define U-Boot/rock5b-rk3588
302+
$(U-Boot/Default/rk3588)
303+
NAME:=ROCK 5B
304+
BUILD_DEVICES:= \
305+
radxa_rock-5b
306+
endef
307+
301308
define U-Boot/sige7-rk3588
302309
$(U-Boot/Default/rk3588)
303310
NAME:=Sige7
@@ -347,6 +354,7 @@ UBOOT_TARGETS := \
347354
orangepi-r1-plus-rk3328 \
348355
orangepi-r1-plus-lts-rk3328 \
349356
nanopi-r6s-rk3588s \
357+
rock5b-rk3588 \
350358
sige7-rk3588
351359

352360
UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes

0 commit comments

Comments
 (0)