forked from pool/u-boot
Accepting request 952898 from hardware👢staging
OBS-URL: https://build.opensuse.org/request/show/952898 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=160
This commit is contained in:
parent
5a52afe9db
commit
74d192daf0
@ -45,6 +45,8 @@
|
||||
<flavor>mx53loco</flavor>
|
||||
<flavor>mx6cuboxi</flavor>
|
||||
<flavor>mx6qsabrelite</flavor>
|
||||
<flavor>nanopc-t4-rk3399</flavor>
|
||||
<flavor>nanopi-m4b-rk3399</flavor>
|
||||
<flavor>nanopia64</flavor>
|
||||
<flavor>nanopineo</flavor>
|
||||
<flavor>nanopineoair</flavor>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 21:23:11 UTC 2022 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
||||
- Add nanopc-t4-rk3399 and nanopi-m4b-rk3399 flavor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 27 15:56:47 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -67,7 +67,7 @@
|
||||
%define rockchip_spl 1
|
||||
%define rkimages $()
|
||||
%endif
|
||||
%if "%target" == "evb-rk3399" || "%target" == "firefly-rk3399" || "%target" == "rock-pi-4-rk3399"
|
||||
%if "%target" == "evb-rk3399" || "%target" == "firefly-rk3399" || "%target" == "rock-pi-4-rk3399" || "%target" == "nanopc-t4-rk3399" || "%target" == "nanopi-m4b-rk3399"
|
||||
%define is_rk3399 1
|
||||
%define is_armv8 1
|
||||
%define rockchip_idb 1
|
||||
|
Loading…
Reference in New Issue
Block a user