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"]; filesToInstall = ["u-boot-sunxi-with-spl.bin"];
}; };
ubootQemuArm = buildUBoot rec {
defconfig = "qemu_arm_defconfig";
targetPlatforms = ["armv7l-linux"];
filesToInstall = ["u-boot.bin"];
};
ubootRaspberryPi = buildUBoot rec { ubootRaspberryPi = buildUBoot rec {
defconfig = "rpi_defconfig"; defconfig = "rpi_defconfig";
targetPlatforms = ["armv6l-linux"]; targetPlatforms = ["armv6l-linux"];

View File

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