Merge pull request #113556 from MatthewCroughan/add-ubootOrangePiZero
U-Boot: Adds Orange Pi Zero build
This commit is contained in:
commit
4836a3dfb4
@ -270,6 +270,12 @@ in {
|
|||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
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 {
|
ubootPcduino3Nano = buildUBoot {
|
||||||
defconfig = "Linksprite_pcDuino3_Nano_defconfig";
|
defconfig = "Linksprite_pcDuino3_Nano_defconfig";
|
||||||
extraMeta.platforms = ["armv7l-linux"];
|
extraMeta.platforms = ["armv7l-linux"];
|
||||||
|
@ -20143,6 +20143,7 @@ in
|
|||||||
ubootOdroidXU3
|
ubootOdroidXU3
|
||||||
ubootOrangePiPc
|
ubootOrangePiPc
|
||||||
ubootOrangePiZeroPlus2H5
|
ubootOrangePiZeroPlus2H5
|
||||||
|
ubootOrangePiZero
|
||||||
ubootPcduino3Nano
|
ubootPcduino3Nano
|
||||||
ubootPine64
|
ubootPine64
|
||||||
ubootPine64LTS
|
ubootPine64LTS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user