Merge pull request #132162 from NixOS/backport-132100-to-release-21.05

[Backport release-21.05] linux/common-config.nix: disable LPAE on armv7l-linux
This commit is contained in:
Samuel Dionne-Riel 2021-07-30 16:09:01 -04:00 committed by GitHub
commit a8d7cc1d00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -878,8 +878,6 @@ let
# Keeping it a built-in ensures it will be used if possible.
FB_SIMPLE = yes;
} // optionalAttrs (stdenv.hostPlatform.system == "armv7l-linux") {
ARM_LPAE = yes;
};
};
in