bump rc to 2024.04-rc4 and use that for OPi5 for the SPI image

This commit is contained in:
Pratham Patel 2024-03-22 11:19:15 +05:30
parent f3bb9dd8a7
commit 7946d8e63c
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@
%global extern_rkbin true
%global rkbin_git_commit b4558da0860ca48bf1a571dd33ccba580b9abe23
%global non_standard_release rc
%global rkbin_dir %{_builddir}/rkbin-%{rkbin_git_commit}
%global BL31 %{rkbin_dir}/bin/rk35/rk3588_bl31_v1.40.elf
%global ROCKCHIP_TPL %{rkbin_dir}/bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.12.bin

View File

@ -1,7 +1,7 @@
%global rel_ver 0
%global rc_ver 5
%global rc_ver 4
%global major_ver 2024
%global minor_ver 01
%global minor_ver 04
%global src_dir u-boot-%{major_ver}.%{minor_ver}-rc%{rc_ver}
Source0: https://ftp.denx.de/pub/u-boot/u-boot-%{major_ver}.%{minor_ver}-rc%{rc_ver}.tar.bz2