SHA256
1
0
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:
Guillaume GARDET 2022-02-09 10:00:16 +00:00 committed by Git OBS Bridge
parent 5a52afe9db
commit 74d192daf0
3 changed files with 8 additions and 1 deletions

View File

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

View File

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

View File

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