Merge pull request #132100 from lopsided98/armv7l-disable-lpae

linux/common-config.nix: disable LPAE on armv7l-linux
This commit is contained in:
Samuel Dionne-Riel 2021-07-30 15:40:27 -04:00 committed by GitHub
commit ca5d520a0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -880,8 +880,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