forked from pool/u-boot
Accepting request 876771 from hardware👢staging
OBS-URL: https://build.opensuse.org/request/show/876771 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=133
This commit is contained in:
parent
50f90b9f84
commit
bf5141ec8c
@ -1,8 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 4 14:59:52 UTC 2021 - Matthias Brugger <mbrugger@suse.com>
|
||||||
|
|
||||||
|
- Fix confname assignment for zynqmp and zynq case (bsc#1182962)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 4 10:51:38 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Thu Mar 4 10:51:38 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
- Guard 'export BL31' for sun50i_h6 and sun50i_a64 with
|
- Guard 'export BL31' for sun50i_h6 and sun50i_a64 with
|
||||||
'%{with uboot_atf}' condition
|
'%{with uboot_atf}' condition (bsc#1182962)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
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>
|
||||||
|
@ -437,11 +437,13 @@ cp %{_datadir}/arm-trusted-firmware-rk3399/bl31.elf .
|
|||||||
|
|
||||||
%if %{is_zynq}
|
%if %{is_zynq}
|
||||||
confname="xilinx_zynq_virt_defconfig"
|
confname="xilinx_zynq_virt_defconfig"
|
||||||
%elif %{is_zynqmp}
|
%else
|
||||||
|
%if %{is_zynqmp}
|
||||||
confname="xilinx_zynqmp_virt_defconfig"
|
confname="xilinx_zynqmp_virt_defconfig"
|
||||||
%else
|
%else
|
||||||
confname=$(ls configs | perl -ne '$l=lc; $l=~ s,_,,g; $l eq "%{target}defconfig\n" && print;')
|
confname=$(ls configs | perl -ne '$l=lc; $l=~ s,_,,g; $l eq "%{target}defconfig\n" && print;')
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%target" == "avnetultra96rev1"
|
%if "%target" == "avnetultra96rev1"
|
||||||
export DEVICE_TREE=avnet-ultra96-rev1
|
export DEVICE_TREE=avnet-ultra96-rev1
|
||||||
|
Loading…
Reference in New Issue
Block a user