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"];
|
filesToInstall = ["u-boot-spl.kwb"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ubootCubieboard2 = buildUBoot {
|
||||||
|
defconfig = "Cubieboard2_defconfig";
|
||||||
|
extraMeta.platforms = ["armv7l-linux"];
|
||||||
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
|
};
|
||||||
|
|
||||||
ubootGuruplug = buildUBoot {
|
ubootGuruplug = buildUBoot {
|
||||||
defconfig = "guruplug_defconfig";
|
defconfig = "guruplug_defconfig";
|
||||||
extraMeta.platforms = ["armv5tel-linux"];
|
extraMeta.platforms = ["armv5tel-linux"];
|
||||||
|
@ -22425,6 +22425,7 @@ with pkgs;
|
|||||||
ubootBananaPim64
|
ubootBananaPim64
|
||||||
ubootAmx335xEVM
|
ubootAmx335xEVM
|
||||||
ubootClearfog
|
ubootClearfog
|
||||||
|
ubootCubieboard2
|
||||||
ubootGuruplug
|
ubootGuruplug
|
||||||
ubootJetsonTK1
|
ubootJetsonTK1
|
||||||
ubootNanoPCT4
|
ubootNanoPCT4
|
||||||
|
Loading…
Reference in New Issue
Block a user