Merge pull request #132100 from lopsided98/armv7l-disable-lpae
linux/common-config.nix: disable LPAE on armv7l-linux
This commit is contained in:
commit
ca5d520a0f
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue