forked from pool/u-boot
Accepting request 970427 from hardware👢staging
OBS-URL: https://build.opensuse.org/request/show/970427 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=164
This commit is contained in:
parent
5ec4f4e389
commit
db794d8160
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 16:42:49 UTC 2022 - Frank Kunz <mailinglists@kunz-im-inter.net>
|
||||
|
||||
- socfpga: Fix regression that dropped the install binary from package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 7 06:24:22 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -152,6 +152,9 @@
|
||||
%endif
|
||||
%if "%target" == "highbank" || "%target" == "jetson-tk1" || "%target" == "merriia80optimus" || "%target" == "nanopineoair" || "%target" == "odroid" || "%target" == "odroid-xu3" || "%target" == "paz00" || "%target" == "socfpgade0nanosoc"
|
||||
%define is_armv7 1
|
||||
%if "%target" == "socfpgade0nanosoc"
|
||||
%define socfpga_spl 1
|
||||
%endif
|
||||
%endif
|
||||
%if "%target" == "snow" || "%target" == "spring"
|
||||
%define is_armv7 1
|
||||
|
Loading…
Reference in New Issue
Block a user