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

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