Skip to content

Commit

Permalink
switch to mainline uboot 2024.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-toolcraft authored and igorpecovnik committed Nov 3, 2024
1 parent ff7fbd9 commit 544e562
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/boards/radxa-zero3.csc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 544e562

Please sign in to comment.