We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
current
1 parent 1e8f474 commit ac49262Copy full SHA for ac49262
config/boards/nanopi-r3s.csc
@@ -19,8 +19,8 @@ function post_family_config__use_mainline_uboot() {
19
unset BOOTFS_TYPE # mainline u-boot can boot ext4 directly
20
BOOTCONFIG="nanopi-r3s-rk3566_defconfig"
21
BOOTSOURCE="https://github.com/u-boot/u-boot"
22
- BOOTBRANCH="tag:v2024.10"
23
- BOOTPATCHDIR="v2024.10"
+ BOOTBRANCH="tag:v2025.01"
+ BOOTPATCHDIR="v2025.01"
24
25
UBOOT_TARGET_MAP="BL31=$RKBIN_DIR/$BL31_BLOB ROCKCHIP_TPL=$RKBIN_DIR/$DDR_BLOB;;u-boot-rockchip.bin"
26
0 commit comments