Merge pull request #42892 from sorki/uboot_novena
uboot: add ubootNovena
This commit is contained in:
commit
38f907c39d
@ -155,6 +155,12 @@ in rec {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ubootNovena = buildUBoot rec {
|
||||||
|
defconfig = "novena_defconfig";
|
||||||
|
extraMeta.platforms = ["armv7l-linux"];
|
||||||
|
filesToInstall = ["u-boot.bin" "SPL"];
|
||||||
|
};
|
||||||
|
|
||||||
ubootOdroidXU3 = buildUBoot rec {
|
ubootOdroidXU3 = buildUBoot rec {
|
||||||
defconfig = "odroid-xu3_defconfig";
|
defconfig = "odroid-xu3_defconfig";
|
||||||
extraMeta.platforms = ["armv7l-linux"];
|
extraMeta.platforms = ["armv7l-linux"];
|
||||||
|
@ -14355,6 +14355,7 @@ with pkgs;
|
|||||||
ubootClearfog
|
ubootClearfog
|
||||||
ubootGuruplug
|
ubootGuruplug
|
||||||
ubootJetsonTK1
|
ubootJetsonTK1
|
||||||
|
ubootNovena
|
||||||
ubootOdroidXU3
|
ubootOdroidXU3
|
||||||
ubootOrangePiPc
|
ubootOrangePiPc
|
||||||
ubootPcduino3Nano
|
ubootPcduino3Nano
|
||||||
|
Loading…
Reference in New Issue
Block a user