forked from pool/u-boot
Accepting request 876718 from hardware👢staging
OBS-URL: https://build.opensuse.org/request/show/876718 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=132
This commit is contained in:
parent
056bfead3a
commit
50f90b9f84
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 4 10:51:38 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Guard 'export BL31' for sun50i_h6 and sun50i_a64 with
|
||||||
|
'%{with uboot_atf}' condition
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 1 13:13:54 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
|
Mon Mar 1 13:13:54 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||||
|
|
||||||
|
@ -408,11 +408,15 @@ make %{?_smp_mflags} CFLAGS="%{optflags}" tools-only
|
|||||||
%else
|
%else
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/u-boot.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/u-boot.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
%if 0%{?is_a64} || 0%{?is_h5}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
|
%if %{with uboot_atf}
|
||||||
export BL31=%{_datadir}/arm-trusted-firmware-sun50i_a64/bl31.bin
|
export BL31=%{_datadir}/arm-trusted-firmware-sun50i_a64/bl31.bin
|
||||||
|
%endif
|
||||||
export SCP=/dev/null
|
export SCP=/dev/null
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?is_h6}
|
%if 0%{?is_h6}
|
||||||
|
%if %{with uboot_atf}
|
||||||
export BL31=%{_datadir}/arm-trusted-firmware-sun50i_h6/bl31.bin
|
export BL31=%{_datadir}/arm-trusted-firmware-sun50i_h6/bl31.bin
|
||||||
|
%endif
|
||||||
export SCP=/dev/null
|
export SCP=/dev/null
|
||||||
%endif
|
%endif
|
||||||
%if "%{name}" == "u-boot-qemu-riscv64spl"
|
%if "%{name}" == "u-boot-qemu-riscv64spl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user