Skip to content

Commit 91b1203

Browse files
committed
default to u-boot v2025.07
Signed-off-by: John Clark <inindev@gmail.com>
1 parent c6e3caa commit 91b1203

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/rk3308_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
uboot_ref:
99
description: Enter a u-boot git tag (or branch/commit)
1010
required: true
11-
default: v2025.04
11+
default: v2025.07
1212
type: string
1313
use_arm_tf:
1414
description: Use ARM Trusted Firmware for BL31 (if unchecked, uses Rockchip BL31)

.github/workflows/rk3328_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
uboot_ref:
99
description: Enter a u-boot git tag (or branch/commit)
1010
required: true
11-
default: v2025.04
11+
default: v2025.07
1212
type: string
1313
use_arm_tf:
1414
description: Use ARM Trusted Firmware for BL31 (if unchecked, uses Rockchip BL31)

.github/workflows/rk3399_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
uboot_ref:
99
description: Enter a u-boot git tag (or branch/commit)
1010
required: true
11-
default: v2025.04
11+
default: v2025.07
1212
type: string
1313
use_arm_tf:
1414
description: Use ARM Trusted Firmware for BL31 (if unchecked, uses Rockchip BL31)

.github/workflows/rk3566_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
uboot_ref:
99
description: Enter a u-boot git tag (or branch/commit)
1010
required: true
11-
default: v2025.04
11+
default: v2025.07
1212
type: string
1313
use_arm_tf:
1414
description: Use ARM Trusted Firmware for BL31 (if unchecked, uses Rockchip BL31)

.github/workflows/rk3568_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
uboot_ref:
99
description: Enter a u-boot git tag (or branch/commit)
1010
required: true
11-
default: v2025.04
11+
default: v2025.07
1212
type: string
1313
use_arm_tf:
1414
description: Use ARM Trusted Firmware for BL31 (if unchecked, uses Rockchip BL31)

.github/workflows/rk3576_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
uboot_ref:
99
description: Enter a u-boot git tag (or branch/commit)
1010
required: true
11-
default: v2025.07-rc3
11+
default: v2025.07
1212
type: string
1313
use_arm_tf:
1414
description: Use ARM Trusted Firmware for BL31 (if unchecked, uses Rockchip BL31)

.github/workflows/rk3588_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
uboot_ref:
99
description: Enter a u-boot git tag (or branch/commit)
1010
required: true
11-
default: v2025.04
11+
default: v2025.07
1212
type: string
1313
use_arm_tf:
1414
description: Use ARM Trusted Firmware for BL31 (if unchecked, uses Rockchip BL31)

0 commit comments

Comments
 (0)