Merge pull request #42892 from sorki/uboot_novena

uboot: add ubootNovena
This commit is contained in:
Matthew Bauer 2018-07-02 19:10:50 -04:00 committed by GitHub
commit 38f907c39d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

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