ubootClearfog: add

This commit is contained in:
Florian Klink 2017-12-23 00:28:59 +01:00 committed by Tuomas Tynkkynen
parent e3d7e45651
commit bae218e7b5
2 changed files with 8 additions and 0 deletions

View file

@ -119,6 +119,13 @@ in rec {
filesToInstall = ["MLO" "u-boot.img"];
};
# http://git.denx.de/?p=u-boot.git;a=blob;f=board/solidrun/clearfog/README;hb=refs/heads/master
ubootClearfog = buildUBoot rec {
defconfig = "clearfog_defconfig";
targetPlatforms = ["armv7l-linux"];
filesToInstall = ["u-boot-spl.kwb"];
};
ubootJetsonTK1 = buildUBoot rec {
defconfig = "jetson-tk1_defconfig";
targetPlatforms = ["armv7l-linux"];

View file

@ -13264,6 +13264,7 @@ with pkgs;
ubootA20OlinuxinoLime
ubootBananaPi
ubootBeagleboneBlack
ubootClearfog
ubootJetsonTK1
ubootOdroidXU3
ubootOrangePiPc