From bd7da30ca882e70093e86e332a4ed9a2903ff7b0 Mon Sep 17 00:00:00 2001 From: amazingfate Date: Sun, 22 Dec 2024 11:02:24 +0800 Subject: [PATCH] coolpi-cm5: fix uboot patch dir --- config/boards/coolpi-cm5.csc | 2 +- config/boards/coolpi-genbook.csc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/boards/coolpi-cm5.csc b/config/boards/coolpi-cm5.csc index 1d4b9d74a8..e8639c374d 100644 --- a/config/boards/coolpi-cm5.csc +++ b/config/boards/coolpi-cm5.csc @@ -20,7 +20,7 @@ function post_family_config_branch_edge__coolpi-cm5_use_mainline_uboot() { declare -g BOOTSOURCE="https://github.com/Kwiboo/u-boot-rockchip.git" # Kwiboo U-Boot unset BOOTBRANCH - unset BOOTPATCHDIR + declare -g BOOTPATCHDIR="v2024.07-coolpi-cm5" declare -g BOOTBRANCH_BOARD="tag:v2024.07" declare -g BOOTDIR="u-boot-${BOARD}" # do not share u-boot directory 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" diff --git a/config/boards/coolpi-genbook.csc b/config/boards/coolpi-genbook.csc index 3188591875..c6cc4b0834 100644 --- a/config/boards/coolpi-genbook.csc +++ b/config/boards/coolpi-genbook.csc @@ -20,7 +20,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 - unset BOOTPATCHDIR + declare -g BOOTPATCHDIR="v2025.01-rc3-coolpi-cm5" declare -g BOOTBRANCH_BOARD="tag:v2025.01-rc3" 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