diff --git a/u-boot.changes b/u-boot.changes index a0528d0..e5d6f42 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 12 12:37:19 UTC 2024 - Andreas Schwab + +- Install u-boot-spl.bin.normal.out for StarFive Visionfive2 + ------------------------------------------------------------------- Thu Jan 11 13:19:04 UTC 2024 - Guillaume GARDET diff --git a/u-boot.spec b/u-boot.spec index ebc60b1..14a8e6b 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -406,8 +406,6 @@ This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} %autopatch -p1 -# 2023.07 has been released with a -rc6 leftover -sed -i 's/-rc6//g' Makefile %build %if %tools_only @@ -590,6 +588,9 @@ echo -e "# Boot in AArch64 mode\narm_64bit=1" > %{buildroot}%{uboot_dir}/ubootco %if "%{name}" == "u-boot-sifiveunleashed" || "%{name}" == "u-boot-sifiveunmatched" || "%{name}" == "u-boot-starfivevisionfive2" install -D -m 0644 spl/u-boot-spl.bin %{buildroot}%{uboot_dir}/u-boot-spl.bin %endif +%if "%{name}" == "u-boot-starfivevisionfive2" +install -D -m 0644 spl/u-boot-spl.bin.normal.out %{buildroot}%{uboot_dir}/u-boot-spl.bin.normal.out +%endif %if 0%{?is_rpi} %post