treewide: remove cross assertions

sd-image-raspberrypi, sd-image-aarch64, and
sd-image-armv7l-multiplatform can all be cross compiled now.
This commit is contained in:
Matthew Bauer
2019-01-02 23:02:50 -06:00
parent 35af6e3605
commit 921a47bc92
5 changed files with 3 additions and 24 deletions
@@ -1,7 +1,7 @@
{ pkgs, version, configTxt }:
let
isAarch64 = pkgs.stdenv.isAarch64;
isAarch64 = pkgs.stdenv.hostPlatform.isAarch64;
uboot =
if version == 0 then