raspberrypifw: Enable build on Aarch64

So that the boot blobs can be copied.

FIXME: This makes the dynamic linker of the ARM binaries point to a
aarch64 linker.
This commit is contained in:
Tuomas Tynkkynen 2016-12-23 01:09:35 +02:00
parent 8999ab9e56
commit 3519244c72

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "Firmware for the Raspberry Pi board";
homepage = https://github.com/raspberrypi;
license = licenses.unfree;
platforms = [ "armv6l-linux" "armv7l-linux" ];
platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
maintainers = with maintainers; [ viric tavyc ];
};
}