Accepting request 883293 from hardware👢staging
OBS-URL: https://build.opensuse.org/request/show/883293 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=138
This commit is contained in:
parent
65c7a7d831
commit
c1b1d503e2
@ -92,5 +92,5 @@
|
||||
<flavor>xilinxzynqvirt</flavor>
|
||||
<flavor>xilinxzynqmpvirt</flavor>
|
||||
<flavor>xilinxzynqmpzcu102rev10</flavor>
|
||||
<flavor>zynqzturn</flavor>
|
||||
<flavor>zynqzturnv5</flavor>
|
||||
</multibuild>
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 6 11:25:03 UTC 2021 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||
|
||||
- Add u-boot-zturnv5 flavour instead of u-boot-zturn.
|
||||
I've failed to find anybody who has v4 zturn board.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 6 08:00:08 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -157,7 +157,7 @@
|
||||
%define is_armv7 1
|
||||
%define binext .img
|
||||
%endif
|
||||
%if "%target" == "zynqzturn" || "%target" == "xilinxzynqvirt"
|
||||
%if "%target" == "zynqzturnv5" || "%target" == "xilinxzynqvirt"
|
||||
%define is_zynq 1
|
||||
%define is_armv7 1
|
||||
%define binext .img
|
||||
@ -426,8 +426,8 @@ export DEVICE_TREE=avnet-ultra96-rev1
|
||||
%if "%target" == "xilinxzynqmpzcu102rev10"
|
||||
export DEVICE_TREE=zynqmp-zcu102-rev1.0
|
||||
%endif
|
||||
%if "%target" == "zynqzturn"
|
||||
export DEVICE_TREE=zynq-zturn
|
||||
%if "%target" == "zynqzturnv5"
|
||||
export DEVICE_TREE=zynq-zturn-v5
|
||||
%endif
|
||||
|
||||
make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="%{optflags}" $confname
|
||||
@ -546,7 +546,7 @@ install -D -m 0644 SPL %{buildroot}%{uboot_dir}/imx6-spl.bin
|
||||
%if %socfpga_spl == 1
|
||||
install -D -m 0644 u-boot-with-spl.sfp %{buildroot}%{uboot_dir}/u-boot-with-spl.sfp
|
||||
%endif
|
||||
%if "%{name}" == "u-boot-zynqzturn"
|
||||
%if "%{name}" == "u-boot-zynqzturnv5"
|
||||
install -D -m 0644 spl/boot.bin %{buildroot}%{uboot_dir}/boot.bin
|
||||
%endif
|
||||
%if "%{name}" == "u-boot-rpi3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user