Update kernel cmdline

This commit is contained in:
Shouko
2020-10-14 17:13:32 +00:00
parent 555fcdeb84
commit ce01db7065

View File

@@ -5,7 +5,7 @@ deviceinfo_arch="aarch64"
deviceinfo_kernel_source="https://github.com/ubports-xiaomi-sdm660/android_kernel_xiaomi_sdm660.git"
deviceinfo_kernel_source_branch="halium-16.0"
deviceinfo_kernel_defconfig="jasmine-perf_defconfig"
deviceinfo_kernel_cmdline="ttyMSM0,115200,n8 androidboot.console=ttyMSM0 earlycon=msm_serial_dm,0xc170000 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=1 androidboot.configfs=true androidboot.usbcontroller=a800000.dwc3 loop.max_part=7 selinux=0 console=tty0 apparmor=1 security=apparmor"
deviceinfo_kernel_cmdline="ttyMSM0,115200,n8 androidboot.console=ttyMSM0 earlycon=msm_serial_dm,0xc170000 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=1 androidboot.configfs=true androidboot.usbcontroller=a800000.dwc3 loop.max_part=7 systempart=/dev/disk/by-partlabel/system_a selinux=0 console=tty0 apparmor=1 security=apparmor"
deviceinfo_kernel_clang_compile="true"
deviceinfo_kernel_apply_overlay="false"
deviceinfo_generate_bootimg="true"