1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-15 11:03:37 +03:00

google-marlin: Remove unneeded kernel params

All of them.
This commit is contained in:
Samuel Dionne-Riel 2021-06-28 21:31:20 -04:00
parent 9139a1c9a1
commit 7cceb4f7c5

View File

@ -39,15 +39,6 @@
mobile.system.vendor.partition = "/dev/disk/by-partlabel/vendor_a";
boot.kernelParams = [
"console=ttyHSL0,115200,n8"
"androidboot.console=ttyHSL0"
"androidboot.hardware=marlin"
"user_debug=31"
"ehci-hcd.park=3"
"lpm_levels.sleep_disabled=1"
"cma=32M@0-0xffffffff"
"loop.max_part=7"
"buildvariant=eng"
];
mobile.usb.mode = "android_usb";