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:
parent
8999ab9e56
commit
3519244c72
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Firmware for the Raspberry Pi board";
|
description = "Firmware for the Raspberry Pi board";
|
||||||
homepage = https://github.com/raspberrypi;
|
homepage = https://github.com/raspberrypi;
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = [ "armv6l-linux" "armv7l-linux" ];
|
platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
|
||||||
maintainers = with maintainers; [ viric tavyc ];
|
maintainers = with maintainers; [ viric tavyc ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user