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"]; 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 { ubootJetsonTK1 = buildUBoot rec {
defconfig = "jetson-tk1_defconfig"; defconfig = "jetson-tk1_defconfig";
targetPlatforms = ["armv7l-linux"]; targetPlatforms = ["armv7l-linux"];

View File

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