mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-29 17:26:45 +00:00
BoardConfig: BOARD_KERNEL_CMDLINE: default to uart=1 and keep earlycon am: e1d5e84bda
am: 06b731d207
Change-Id: Ia329674226c8bd5c54ba8e373f010116d0844370
This commit is contained in:
@@ -28,13 +28,15 @@ TARGET_2ND_CPU_ABI := armeabi-v7a
|
||||
TARGET_2ND_CPU_ABI2 := armeabi
|
||||
TARGET_2ND_CPU_VARIANT := cortex-a9
|
||||
|
||||
BOARD_KERNEL_CMDLINE += console=ttyMSM0,115200,n8 earlycon=msm_serial_dm,0xc1b0000
|
||||
BOARD_KERNEL_CMDLINE += androidboot.hardware=$(TARGET_BOOTLOADER_BOARD_NAME) androidboot.console=ttyMSM0
|
||||
BOARD_KERNEL_CMDLINE += console=ttyMSM0,115200,n8
|
||||
BOARD_KERNEL_CMDLINE += androidboot.console=ttyMSM0
|
||||
BOARD_KERNEL_CMDLINE += androidboot.hardware=$(TARGET_BOOTLOADER_BOARD_NAME)
|
||||
BOARD_KERNEL_CMDLINE += user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3
|
||||
BOARD_KERNEL_CMDLINE += lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1
|
||||
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive service_locator.enable=1
|
||||
BOARD_KERNEL_CMDLINE += firmware_class.path=/vendor/etc/firmware
|
||||
BOARD_KERNEL_CMDLINE += no_console_suspend=1
|
||||
BOARD_KERNEL_CMDLINE += earlycon=msm_serial_dm,0xc1b0000 uart=1
|
||||
|
||||
BOARD_KERNEL_BASE := 0x00000000
|
||||
BOARD_KERNEL_PAGESIZE := 4096
|
||||
|
||||
Reference in New Issue
Block a user