common/cpu/intel/kaby-lake: fix kernelParams -> boot.kernelParams

This commit is contained in:
Yorick
2018-05-23 14:47:58 +02:00
committed by GitHub
parent 6ba1e22e3f
commit dd576672e7

View File

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