U-Boot: Build for the Beaglebone Black

This commit is contained in:
Tuomas Tynkkynen 2016-04-18 19:57:08 +03:00 committed by Tuomas Tynkkynen
parent b6b7da20be
commit 1268f0753f
2 changed files with 7 additions and 0 deletions

View File

@ -68,6 +68,12 @@ in rec {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootBeagleboneBlack = buildUBoot rec {
defconfig = "am335x_boneblack_defconfig";
targetPlatforms = ["armv7l-linux"];
filesToInstall = ["MLO" "u-boot.img"];
};
ubootJetsonTK1 = buildUBoot rec {
defconfig = "jetson-tk1_defconfig";
targetPlatforms = ["armv7l-linux"];

View File

@ -11401,6 +11401,7 @@ in
buildUBoot
ubootTools
ubootBananaPi
ubootBeagleboneBlack
ubootJetsonTK1
ubootPcduino3Nano
ubootRaspberryPi