configs: rename rpi4_boot to rpi64_boot for consistency

Align bootloader naming with the board name raspberrypi-rpi64.

[skip ci]

Signed-off-by: Claude <noreply@anthropic.com>
This commit is contained in:
Joachim Wiberg
2025-10-31 23:14:37 +01:00
parent 97d4068f68
commit c3b1c28551
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- cn9130_crb_boot
- fireant_boot
- nanopi_r2s_boot
- rpi4_boot
- rpi64_boot
env:
MAKEFLAGS: -j5
steps:
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
run: |
case "${{ inputs.board }}" in
raspberrypi-rpi64)
echo "BOOTLOADER=rpi4_boot" >> $GITHUB_ENV
echo "BOOTLOADER=rpi64_boot" >> $GITHUB_ENV
echo "TARGET=aarch64" >> $GITHUB_ENV
;;
bananapi-bpi-r3)