From d02aa5394cc0d4cf39325ebc3179a39b9f7c1526 Mon Sep 17 00:00:00 2001 From: Andy Yan Date: Tue, 21 Jan 2025 19:59:26 +0800 Subject: [PATCH] coolpi-genbook: bump u-boot to 2025.01 Signed-off-by: Andy Yan --- config/boards/coolpi-genbook.csc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/coolpi-genbook.csc b/config/boards/coolpi-genbook.csc index c6cc4b0834..6227dd4134 100644 --- a/config/boards/coolpi-genbook.csc +++ b/config/boards/coolpi-genbook.csc @@ -21,7 +21,7 @@ function post_family_config_branch_edge__coolpi-genbook_use_mainline_uboot() { declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" # Mainline U-Boot unset BOOTBRANCH declare -g BOOTPATCHDIR="v2025.01-rc3-coolpi-cm5" - declare -g BOOTBRANCH_BOARD="tag:v2025.01-rc3" + declare -g BOOTBRANCH_BOARD="tag:v2025.01" declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB};;u-boot-rockchip.bin u-boot-rockchip-spi.bin" unset uboot_custom_postprocess write_uboot_platform write_uboot_platform_mtd # disable stuff from rockchip64_common; we're using binman here which does all the work already