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:
commit
a8d7cc1d00
@ -878,8 +878,6 @@ let
|
|||||||
# Keeping it a built-in ensures it will be used if possible.
|
# Keeping it a built-in ensures it will be used if possible.
|
||||||
FB_SIMPLE = yes;
|
FB_SIMPLE = yes;
|
||||||
|
|
||||||
} // optionalAttrs (stdenv.hostPlatform.system == "armv7l-linux") {
|
|
||||||
ARM_LPAE = yes;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user