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.
1 parent b154b48 commit df55181Copy full SHA for df55181
1 file changed
config/boards/orangepi5.conf
@@ -27,7 +27,7 @@ function post_family_config__orangepi5_use_mainline_uboot() {
27
declare -g BOOTCONFIG="orangepi-5-rk3588s_defconfig"
28
declare -g BOOTDELAY=1
29
declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git"
30
- declare -g BOOTBRANCH="tag:v2026.04-rc3"
+ declare -g BOOTBRANCH="tag:v2026.04"
31
declare -g BOOTPATCHDIR="v2026.04"
32
declare -g BOOTDIR="u-boot-${BOARD}"
33
declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB} $BOOTCONFIG_SATA;;u-boot-rockchip-spi-sata.bin
0 commit comments