ga402: remove useless kernel flags

This commit is contained in:
Alexandre Acebedo
2023-07-16 20:49:56 +02:00
committed by Jörg Thalheim
parent 70325e398b
commit 20f2efe651

View File

@@ -20,6 +20,6 @@
};
boot = {
kernelParams = [ "pcie_aspm.policy=powersupersave" "acpi.prefer_microsoft_dsm_guid=1" ];
kernelParams = [ "pcie_aspm.policy=powersupersave" ];
};
}