U-Boot: Add ubootQemuArm
This commit is contained in:
parent
8b358b84a8
commit
bedc18c461
@ -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"];
|
||||
|
@ -13169,6 +13169,7 @@ with pkgs;
|
||||
ubootOdroidXU3
|
||||
ubootOrangePiPc
|
||||
ubootPcduino3Nano
|
||||
ubootQemuArm
|
||||
ubootRaspberryPi
|
||||
ubootRaspberryPi2
|
||||
ubootRaspberryPi3_32bit
|
||||
|
Loading…
Reference in New Issue
Block a user