Skip to content

Commit c3b1c28

Browse files
committed
configs: rename rpi4_boot to rpi64_boot for consistency
Align bootloader naming with the board name raspberrypi-rpi64. [skip ci] Signed-off-by: Claude <[email protected]>
1 parent 97d4068 commit c3b1c28

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/build-boot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- cn9130_crb_boot
2222
- fireant_boot
2323
- nanopi_r2s_boot
24-
- rpi4_boot
24+
- rpi64_boot
2525
env:
2626
MAKEFLAGS: -j5
2727
steps:

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
case "${{ inputs.board }}" in
5656
raspberrypi-rpi64)
57-
echo "BOOTLOADER=rpi4_boot" >> $GITHUB_ENV
57+
echo "BOOTLOADER=rpi64_boot" >> $GITHUB_ENV
5858
echo "TARGET=aarch64" >> $GITHUB_ENV
5959
;;
6060
bananapi-bpi-r3)

0 commit comments

Comments
 (0)