forked from mirrors/nixpkgs
Merge pull request #142274 from ju1m/uboot
uboot: add Cubieboard2 build
This commit is contained in:
commit
a7c5460299
|
@ -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"];
|
||||
|
|
|
@ -22425,6 +22425,7 @@ with pkgs;
|
|||
ubootBananaPim64
|
||||
ubootAmx335xEVM
|
||||
ubootClearfog
|
||||
ubootCubieboard2
|
||||
ubootGuruplug
|
||||
ubootJetsonTK1
|
||||
ubootNanoPCT4
|
||||
|
|
Loading…
Reference in a new issue