uboot: add Cubieboard2 build

This commit is contained in:
Julien Moutinho 2021-10-13 18:38:10 +02:00
parent 62ca4a425a
commit ac38b7b215
2 changed files with 7 additions and 0 deletions

View file

@ -166,6 +166,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

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