소스 검색

PL2: Update kernel cmdline parameters

theimpulson 7 년 전
부모
커밋
b1c8525578
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      BoardConfig.mk

+ 1 - 1
BoardConfig.mk

@@ -45,7 +45,7 @@ TARGET_NO_BOOTLOADER := true
 
 # Kernel
 BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200,n8 androidboot.console=ttyMSM0 earlycon=msm_serial_dm,0xc170000 androidboot.hardware=qcom 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
-BOARD_KERNEL_CMDLINE     += skip_override androidboot.selinux=permissive
+BOARD_KERNEL_CMDLINE     += skip_override androidboot.selinux=permissive androidboot.fastboot=1
 BOARD_KERNEL_BASE        := 0x00000000
 BOARD_KERNEL_OFFSET      := 0x00008000
 BOARD_KERNEL_PAGESIZE    := 4096