uboot: add ubootNovena

This commit is contained in:
Richard Marko 2018-07-01 20:46:23 +02:00
parent 6bb1593e3a
commit b6c29e6298
2 changed files with 7 additions and 0 deletions

View File

@ -155,6 +155,12 @@ in rec {
'';
};
ubootNovena = buildUBoot rec {
defconfig = "novena_defconfig";
extraMeta.platforms = ["armv7l-linux"];
filesToInstall = ["u-boot.bin" "SPL"];
};
ubootOdroidXU3 = buildUBoot rec {
defconfig = "odroid-xu3_defconfig";
extraMeta.platforms = ["armv7l-linux"];

View File

@ -14373,6 +14373,7 @@ with pkgs;
ubootClearfog
ubootGuruplug
ubootJetsonTK1
ubootNovena
ubootOdroidXU3
ubootOrangePiPc
ubootPcduino3Nano