U-Boot: Adds Orange Pi PC build

This commit is contained in:
Samuel Dionne-Riel 2017-12-10 22:11:15 -05:00 committed by Tuomas Tynkkynen
parent 5483c00288
commit 262514a3c7
2 changed files with 7 additions and 0 deletions

View file

@ -118,6 +118,12 @@ in rec {
filesToInstall = ["u-boot-dtb.bin"];
};
ubootOrangePiPc = buildUBoot rec {
defconfig = "orangepi_pc_defconfig";
targetPlatforms = ["armv7l-linux"];
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootPcduino3Nano = buildUBoot rec {
defconfig = "Linksprite_pcDuino3_Nano_defconfig";
targetPlatforms = ["armv7l-linux"];

View file

@ -13165,6 +13165,7 @@ with pkgs;
ubootBeagleboneBlack
ubootJetsonTK1
ubootOdroidXU3
ubootOrangePiPc
ubootPcduino3Nano
ubootRaspberryPi
ubootRaspberryPi2