Skip to content

Commit

Permalink
razer-cheryl2: Disable some of the default command line parameters
Browse files Browse the repository at this point in the history
They are causing trouble during boot
  • Loading branch information
samueldr committed Oct 10, 2020
1 parent 121c4d7 commit f5ecb99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devices/razer-cheryl2/default.nix
Expand Up @@ -37,18 +37,18 @@

boot.kernelParams = [
# Extracted from an Android boot image
"console=ttyMSM0,115200n8"
"earlycon=msm_geni_serial,0xA84000"
#"console=ttyMSM0,115200n8"
#"earlycon=msm_geni_serial,0xA84000"
"androidboot.hardware=qcom"
"androidboot.console=ttyMSM0"
"video=vfb:640x400,bpp=32,memsize=3072000"
#"video=vfb:640x400,bpp=32,memsize=3072000"
"msm_rtb.filter=0x237"
"ehci-hcd.park=3"
"lpm_levels.sleep_disabled=1"
"service_locator.enable=1"
"swiotlb=2048"
"androidboot.configfs=true"
"firmware_class.path=/vendor/firmware_mnt/image"
#"firmware_class.path=/vendor/firmware_mnt/image"
"loop.max_part=7"
"androidboot.usbcontroller=a600000.dwc3"
"buildvariant=user"
Expand Down

0 comments on commit f5ecb99

Please sign in to comment.