ubootClearfog: add

authored by Florian Klink and committed by Tuomas Tynkkynen bae218e7 e3d7e456

+8
+7
pkgs/misc/uboot/default.nix
··· 119 filesToInstall = ["MLO" "u-boot.img"]; 120 }; 121 122 ubootJetsonTK1 = buildUBoot rec { 123 defconfig = "jetson-tk1_defconfig"; 124 targetPlatforms = ["armv7l-linux"];
··· 119 filesToInstall = ["MLO" "u-boot.img"]; 120 }; 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 + 129 ubootJetsonTK1 = buildUBoot rec { 130 defconfig = "jetson-tk1_defconfig"; 131 targetPlatforms = ["armv7l-linux"];
+1
pkgs/top-level/all-packages.nix
··· 13264 ubootA20OlinuxinoLime 13265 ubootBananaPi 13266 ubootBeagleboneBlack 13267 ubootJetsonTK1 13268 ubootOdroidXU3 13269 ubootOrangePiPc
··· 13264 ubootA20OlinuxinoLime 13265 ubootBananaPi 13266 ubootBeagleboneBlack 13267 + ubootClearfog 13268 ubootJetsonTK1 13269 ubootOdroidXU3 13270 ubootOrangePiPc