From be8e2a23e1c363d18b4eade3b64a131c51f4f23d Mon Sep 17 00:00:00 2001 From: MichaIng Date: Tue, 7 Mar 2023 14:28:30 +0100 Subject: [PATCH] v8.15 - Quartz64 | Revert to older BL31, as the newer one seems to break boot --- .github/workflows/quartz64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quartz64.yml b/.github/workflows/quartz64.yml index 6eff95cec2..2426edd8ef 100644 --- a/.github/workflows/quartz64.yml +++ b/.github/workflows/quartz64.yml @@ -38,7 +38,7 @@ jobs: mkdir artefacts/mainline-u-boot cd "u-boot-$uboot_branch" curl -sSfo 'u-boot-spl-ddr.bin' 'https://raw.githubusercontent.com/JeffyCN/rockchip_mirrors/rkbin/bin/rk35/rk3568_ddr_1560MHz_v1.13.bin' & - curl -sSfo 'bl31.elf' 'https://raw.githubusercontent.com/JeffyCN/rockchip_mirrors/rkbin/bin/rk35/rk3568_bl31_v1.32.elf' & + curl -sSfo 'bl31.elf' 'https://raw.githubusercontent.com/JeffyCN/rockchip_mirrors/6186deb/bin/rk35/rk3568_bl31_v1.28.elf' & export BL31='bl31.elf' wait make quartz64-a-rk3566_defconfig