3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #113556 from MatthewCroughan/add-ubootOrangePiZero

U-Boot: Adds Orange Pi Zero build
This commit is contained in:
Samuel Dionne-Riel 2021-02-24 13:38:30 -05:00 committed by GitHub
commit 4836a3dfb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -270,6 +270,12 @@ in {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootOrangePiZero = buildUBoot {
defconfig = "orangepi_zero_defconfig";
extraMeta.platforms = ["armv7l-linux"];
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootPcduino3Nano = buildUBoot {
defconfig = "Linksprite_pcDuino3_Nano_defconfig";
extraMeta.platforms = ["armv7l-linux"];

View file

@ -20143,6 +20143,7 @@ in
ubootOdroidXU3
ubootOrangePiPc
ubootOrangePiZeroPlus2H5
ubootOrangePiZero
ubootPcduino3Nano
ubootPine64
ubootPine64LTS