From 620ed0af098227343f1e9af56bb9fbe76e7b7073 Mon Sep 17 00:00:00 2001 From: mr-toolcraft <169016260+mr-toolcraft@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:19:58 +0100 Subject: [PATCH] switch to mainline uboot 2024.10 --- config/boards/radxa-zero3.csc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/boards/radxa-zero3.csc b/config/boards/radxa-zero3.csc index 1a462efce33e..2efe8084d8a9 100644 --- a/config/boards/radxa-zero3.csc +++ b/config/boards/radxa-zero3.csc @@ -32,10 +32,11 @@ function post_family_config__radxa-zero3_use_vendor_uboot() { } } -function post_family_config_branch_edge__radxa-zero3_use_kwiboo_uboot() { +function post_family_config_branch_edge__radxa-zero3_use_mainline_uboot() { BOOTCONFIG="radxa-zero-3-rk3566_defconfig" - BOOTSOURCE='https://github.com/Kwiboo/u-boot-rockchip.git' - BOOTBRANCH='branch:rk3xxx-2024.07' + BOOTSOURCE="https://github.com/u-boot/u-boot" + BOOTBRANCH="tag:v2024.10" + BOOTPATCHDIR="v2024.10" BOOTPATCHDIR="u-boot-zero3" # Empty UBOOT_TARGET_MAP="BL31=$RKBIN_DIR/$BL31_BLOB ROCKCHIP_TPL=$RKBIN_DIR/$DDR_BLOB;;u-boot-rockchip.bin"