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:
@@ -437,11 +437,13 @@ cp %{_datadir}/arm-trusted-firmware-rk3399/bl31.elf .
|
||||
|
||||
%if %{is_zynq}
|
||||
confname="xilinx_zynq_virt_defconfig"
|
||||
%elif %{is_zynqmp}
|
||||
%else
|
||||
%if %{is_zynqmp}
|
||||
confname="xilinx_zynqmp_virt_defconfig"
|
||||
%else
|
||||
confname=$(ls configs | perl -ne '$l=lc; $l=~ s,_,,g; $l eq "%{target}defconfig\n" && print;')
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if "%target" == "avnetultra96rev1"
|
||||
export DEVICE_TREE=avnet-ultra96-rev1
|
||||
|
Reference in New Issue
Block a user