forked from pool/u-boot
Accepting request 736417 from hardware👢staging
OBS-URL: https://build.opensuse.org/request/show/736417 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=51
This commit is contained in:
parent
af71041ef9
commit
1d999e7db0
@ -69,6 +69,7 @@
|
|||||||
<flavor>rpi</flavor>
|
<flavor>rpi</flavor>
|
||||||
<flavor>rpi2</flavor>
|
<flavor>rpi2</flavor>
|
||||||
<flavor>rpi3</flavor>
|
<flavor>rpi3</flavor>
|
||||||
|
<flavor>rpi4</flavor>
|
||||||
<flavor>sifivefu540</flavor>
|
<flavor>sifivefu540</flavor>
|
||||||
<flavor>snow</flavor>
|
<flavor>snow</flavor>
|
||||||
<flavor>socfpgade0nanosoc</flavor>
|
<flavor>socfpgade0nanosoc</flavor>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 9 08:08:32 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
|
||||||
|
|
||||||
|
- Enable RaspberryPi4 builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 8 19:19:43 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Tue Oct 8 19:19:43 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
%define is_riscv64 0
|
%define is_riscv64 0
|
||||||
%define tools_only 0
|
%define tools_only 0
|
||||||
|
|
||||||
%if "%target" == "rpi" || "%target" == "rpi2" || "%target" == "rpi3"
|
%if "%target" == "rpi" || "%target" == "rpi2" || "%target" == "rpi3" || "%target" == "rpi4"
|
||||||
%define is_rpi 1
|
%define is_rpi 1
|
||||||
%if "%target" == "rpi"
|
%if "%target" == "rpi"
|
||||||
%define is_armv6 1
|
%define is_armv6 1
|
||||||
@ -49,7 +49,7 @@
|
|||||||
%if "%target" == "rpi2"
|
%if "%target" == "rpi2"
|
||||||
%define is_armv7 1
|
%define is_armv7 1
|
||||||
%endif
|
%endif
|
||||||
%if "%target" == "rpi3"
|
%if "%target" == "rpi3" || "%target" == "rpi4"
|
||||||
%define is_armv8 1
|
%define is_armv8 1
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user