ubootClearfog: add
This commit is contained in:
parent
e3d7e45651
commit
bae218e7b5
@ -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…
Reference in New Issue
Block a user