diff --git a/_multibuild b/_multibuild index 469ce93..1a438c4 100644 --- a/_multibuild +++ b/_multibuild @@ -45,6 +45,8 @@ mx53loco mx6cuboxi mx6qsabrelite + nanopc-t4-rk3399 + nanopi-m4b-rk3399 nanopia64 nanopineo nanopineoair diff --git a/u-boot.changes b/u-boot.changes index 5d49fb3..d7e735b 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 2 21:23:11 UTC 2022 - Alexandre Vicenzi + +- Add nanopc-t4-rk3399 and nanopi-m4b-rk3399 flavor + ------------------------------------------------------------------- Thu Jan 27 15:56:47 UTC 2022 - Guillaume GARDET diff --git a/u-boot.spec b/u-boot.spec index 90ad21c..59f9f05 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -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