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:
2021-04-06 12:09:28 +00:00
committed by Git OBS Bridge
parent 65c7a7d831
commit c1b1d503e2
3 changed files with 11 additions and 5 deletions

View File

@@ -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"