Merge pull request #142274 from ju1m/uboot

uboot: add Cubieboard2 build
conduit-nginx
Bobby Rong 2021-10-20 09:42:55 +08:00 committed by GitHub
commit a7c5460299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -171,6 +171,12 @@ in {
filesToInstall = ["u-boot-spl.kwb"];
};
ubootCubieboard2 = buildUBoot {
defconfig = "Cubieboard2_defconfig";
extraMeta.platforms = ["armv7l-linux"];
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootGuruplug = buildUBoot {
defconfig = "guruplug_defconfig";
extraMeta.platforms = ["armv5tel-linux"];

View File

@ -22425,6 +22425,7 @@ with pkgs;
ubootBananaPim64
ubootAmx335xEVM
ubootClearfog
ubootCubieboard2
ubootGuruplug
ubootJetsonTK1
ubootNanoPCT4