diff --git a/u-boot.changes b/u-boot.changes index 9463cd4..e4b37db 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 4 13:57:12 UTC 2024 - Andreas Schwab + +- Install u-boot-dtb.bin for milkvduo flavor + ------------------------------------------------------------------- Fri Aug 30 14:53:59 UTC 2024 - Guillaume GARDET diff --git a/u-boot.spec b/u-boot.spec index 109d351..0594399 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -584,6 +584,9 @@ install -D -m 0644 spl/u-boot-spl.bin %{buildroot}%{uboot_dir}/u-boot-spl.bin %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 "%{name}" == "u-boot-milkvduo" +install -D -m 0644 u-boot-dtb.bin %{buildroot}%{uboot_dir}/u-boot-dtb.bin +%endif %if 0%{?is_rpi} %post