Skip to content

Commit 9b59cbc

Browse files
committed
uboot-rockchip: add nanopi r6s rk3588s board support
1 parent e0fd42d commit 9b59cbc

2 files changed

Lines changed: 833 additions & 0 deletions

File tree

package/boot/uboot-rockchip/Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,15 @@ define U-Boot/sige7-rk3588
305305
armsom_sige7
306306
endef
307307

308+
# RK3588S boards
309+
310+
define U-Boot/nanopi-r6s-rk3588s
311+
$(U-Boot/Default/rk3588)
312+
NAME:=NanoPi R6S
313+
BUILD_DEVICES:= \
314+
friendlyarm_nanopi-r6s
315+
endef
316+
308317
UBOOT_TARGETS := \
309318
panther-x2-rk3566 \
310319
rock-3c-rk3566 \
@@ -337,6 +346,7 @@ UBOOT_TARGETS := \
337346
nanopi-r2s-rk3328 \
338347
orangepi-r1-plus-rk3328 \
339348
orangepi-r1-plus-lts-rk3328 \
349+
nanopi-r6s-rk3588s \
340350
sige7-rk3588
341351

342352
UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes

0 commit comments

Comments
 (0)