ubootNanoPiR5S: init (#371136)
This commit is contained in:
@@ -395,6 +395,17 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
ubootNanoPiR5S = buildUBoot {
|
||||
defconfig = "nanopi-r5s-rk3568_defconfig";
|
||||
extraMeta.platforms = [ "aarch64-linux" ];
|
||||
BL31 = rkbin.BL31_RK3568;
|
||||
ROCKCHIP_TPL = rkbin.TPL_RK3568;
|
||||
filesToInstall = [
|
||||
"idbloader.img"
|
||||
"u-boot.itb"
|
||||
];
|
||||
};
|
||||
|
||||
ubootNovena = buildUBoot {
|
||||
defconfig = "novena_defconfig";
|
||||
extraMeta.platforms = [ "armv7l-linux" ];
|
||||
|
||||
@@ -10349,6 +10349,7 @@ with pkgs;
|
||||
ubootLibreTechCC
|
||||
ubootNanoPCT4
|
||||
ubootNanoPCT6
|
||||
ubootNanoPiR5S
|
||||
ubootNovena
|
||||
ubootOdroidC2
|
||||
ubootOdroidXU3
|
||||
|
||||
Reference in New Issue
Block a user