Merge pull request #299899 from thefossguy/uboot-nanopc-t6-init

ubootNanoPCT6: init at 2024.01
This commit is contained in:
K900
2024-04-02 20:23:53 +03:00
committed by GitHub
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -298,6 +298,14 @@ in {
'';
};
ubootNanoPCT6 = buildUBoot {
defconfig = "nanopc-t6-rk3588_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
ROCKCHIP_TPL = rkbin.TPL_RK3588;
filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" ];
};
ubootNovena = buildUBoot {
defconfig = "novena_defconfig";
extraMeta.platforms = ["armv7l-linux"];
+1
View File
@@ -28332,6 +28332,7 @@ with pkgs;
ubootJetsonTK1
ubootLibreTechCC
ubootNanoPCT4
ubootNanoPCT6
ubootNovena
ubootOdroidC2
ubootOdroidXU3