U-Boot: Add ubootQemuArm

This commit is contained in:
Tuomas Tynkkynen 2017-12-12 00:52:45 +02:00
parent 8b358b84a8
commit bedc18c461
2 changed files with 7 additions and 0 deletions

View file

@ -134,6 +134,12 @@ in rec {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootQemuArm = buildUBoot rec {
defconfig = "qemu_arm_defconfig";
targetPlatforms = ["armv7l-linux"];
filesToInstall = ["u-boot.bin"];
};
ubootRaspberryPi = buildUBoot rec {
defconfig = "rpi_defconfig";
targetPlatforms = ["armv6l-linux"];

View file

@ -13169,6 +13169,7 @@ with pkgs;
ubootOdroidXU3
ubootOrangePiPc
ubootPcduino3Nano
ubootQemuArm
ubootRaspberryPi
ubootRaspberryPi2
ubootRaspberryPi3_32bit