From c3b1c2855129eb6bd20193ccd2a76d5a8f7f9140 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Fri, 31 Oct 2025 23:13:43 +0100 Subject: [PATCH] configs: rename rpi4_boot to rpi64_boot for consistency Align bootloader naming with the board name raspberrypi-rpi64. [skip ci] Signed-off-by: Claude --- .github/workflows/build-boot.yml | 2 +- .github/workflows/build-image.yml | 2 +- configs/{rpi4_boot_defconfig => rpi64_boot_defconfig} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename configs/{rpi4_boot_defconfig => rpi64_boot_defconfig} (100%) diff --git a/.github/workflows/build-boot.yml b/.github/workflows/build-boot.yml index fb06ddcf..41a2a758 100644 --- a/.github/workflows/build-boot.yml +++ b/.github/workflows/build-boot.yml @@ -21,7 +21,7 @@ jobs: - cn9130_crb_boot - fireant_boot - nanopi_r2s_boot - - rpi4_boot + - rpi64_boot env: MAKEFLAGS: -j5 steps: diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 2dea91f7..5b565b42 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -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) diff --git a/configs/rpi4_boot_defconfig b/configs/rpi64_boot_defconfig similarity index 100% rename from configs/rpi4_boot_defconfig rename to configs/rpi64_boot_defconfig