ubootClearfog: add

wip/yesman
Florian Klink 7 years ago committed by Tuomas Tynkkynen
parent e3d7e45651
commit bae218e7b5
  1. 7
      pkgs/misc/uboot/default.nix
  2. 1
      pkgs/top-level/all-packages.nix

@ -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"];

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

Loading…
Cancel
Save