U-Boot: Add ubootRaspberryPiZero variant

This commit is contained in:
Tuomas Tynkkynen
2018-06-01 13:48:54 +03:00
committed by Tuomas Tynkkynen
parent 964bd06bbc
commit 912e87c45c
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -217,6 +217,12 @@ in rec {
filesToInstall = ["u-boot.bin"];
};
ubootRaspberryPiZero = buildUBoot rec {
defconfig = "rpi_0_w_defconfig";
extraMeta.platforms = ["armv6l-linux"];
filesToInstall = ["u-boot.bin"];
};
ubootSheevaplug = buildUBoot rec {
defconfig = "sheevaplug_defconfig";
extraMeta.platforms = ["armv5tel-linux"];