ubootClearfog: add

authored by Florian Klink and committed by Tuomas Tynkkynen bae218e7 e3d7e456

+8
+7
pkgs/misc/uboot/default.nix
··· 119 119 filesToInstall = ["MLO" "u-boot.img"]; 120 120 }; 121 121 122 + # http://git.denx.de/?p=u-boot.git;a=blob;f=board/solidrun/clearfog/README;hb=refs/heads/master 123 + ubootClearfog = buildUBoot rec { 124 + defconfig = "clearfog_defconfig"; 125 + targetPlatforms = ["armv7l-linux"]; 126 + filesToInstall = ["u-boot-spl.kwb"]; 127 + }; 128 + 122 129 ubootJetsonTK1 = buildUBoot rec { 123 130 defconfig = "jetson-tk1_defconfig"; 124 131 targetPlatforms = ["armv7l-linux"];
+1
pkgs/top-level/all-packages.nix
··· 13264 13264 ubootA20OlinuxinoLime 13265 13265 ubootBananaPi 13266 13266 ubootBeagleboneBlack 13267 + ubootClearfog 13267 13268 ubootJetsonTK1 13268 13269 ubootOdroidXU3 13269 13270 ubootOrangePiPc