mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
U-Boot: Adds Orange Pi PC build
This commit is contained in:
parent
5483c00288
commit
262514a3c7
@ -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"];
|
||||
|
@ -13165,6 +13165,7 @@ with pkgs;
|
||||
ubootBeagleboneBlack
|
||||
ubootJetsonTK1
|
||||
ubootOdroidXU3
|
||||
ubootOrangePiPc
|
||||
ubootPcduino3Nano
|
||||
ubootRaspberryPi
|
||||
ubootRaspberryPi2
|
||||
|
Loading…
Reference in New Issue
Block a user