Merge pull request #59 from yorickvP/patch-1

common/cpu/intel/kaby-lake: fix kernelParams -> boot.kernelParams
This commit is contained in:
Yegor Timoshenko
2018-05-23 18:46:27 +03:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
{
imports = [ ../. ];
kernelParams = [
boot.kernelParams = [
"i915.enable_fbc=1"
"i915.enable_psr=2"
];