U-Boot: Add ubootRaspberryPiZero variant
This commit is contained in:
parent
964bd06bbc
commit
912e87c45c
@ -217,6 +217,12 @@ in rec {
|
|||||||
filesToInstall = ["u-boot.bin"];
|
filesToInstall = ["u-boot.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ubootRaspberryPiZero = buildUBoot rec {
|
||||||
|
defconfig = "rpi_0_w_defconfig";
|
||||||
|
extraMeta.platforms = ["armv6l-linux"];
|
||||||
|
filesToInstall = ["u-boot.bin"];
|
||||||
|
};
|
||||||
|
|
||||||
ubootSheevaplug = buildUBoot rec {
|
ubootSheevaplug = buildUBoot rec {
|
||||||
defconfig = "sheevaplug_defconfig";
|
defconfig = "sheevaplug_defconfig";
|
||||||
extraMeta.platforms = ["armv5tel-linux"];
|
extraMeta.platforms = ["armv5tel-linux"];
|
||||||
|
@ -14206,6 +14206,7 @@ with pkgs;
|
|||||||
ubootRaspberryPi2
|
ubootRaspberryPi2
|
||||||
ubootRaspberryPi3_32bit
|
ubootRaspberryPi3_32bit
|
||||||
ubootRaspberryPi3_64bit
|
ubootRaspberryPi3_64bit
|
||||||
|
ubootRaspberryPiZero
|
||||||
ubootSheevaplug
|
ubootSheevaplug
|
||||||
ubootSopine
|
ubootSopine
|
||||||
ubootUtilite
|
ubootUtilite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user