ubootClearfog: add
This commit is contained in:
parent
e3d7e45651
commit
bae218e7b5
@ -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"];
|
||||||
|
@ -13264,6 +13264,7 @@ with pkgs;
|
|||||||
ubootA20OlinuxinoLime
|
ubootA20OlinuxinoLime
|
||||||
ubootBananaPi
|
ubootBananaPi
|
||||||
ubootBeagleboneBlack
|
ubootBeagleboneBlack
|
||||||
|
ubootClearfog
|
||||||
ubootJetsonTK1
|
ubootJetsonTK1
|
||||||
ubootOdroidXU3
|
ubootOdroidXU3
|
||||||
ubootOrangePiPc
|
ubootOrangePiPc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user