Skip to content

Commit

Permalink
uboot-rockchip: add ROCK 5B support
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Oct 21, 2024
1 parent c9c3f69 commit ca0c2a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package/boot/uboot-rockchip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,13 @@ define U-Boot/Default/rk3588
TPL:=rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.16.bin
endef

define U-Boot/rock5b-rk3588
$(U-Boot/Default/rk3588)
NAME:=ROCK 5B
BUILD_DEVICES:= \
radxa_rock-5b
endef

define U-Boot/sige7-rk3588
$(U-Boot/Default/rk3588)
NAME:=Sige7
Expand Down Expand Up @@ -347,6 +354,7 @@ UBOOT_TARGETS := \
orangepi-r1-plus-rk3328 \
orangepi-r1-plus-lts-rk3328 \
nanopi-r6s-rk3588s \
rock5b-rk3588 \
sige7-rk3588

UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes
Expand Down

0 comments on commit ca0c2a2

Please sign in to comment.