Disable EHLD
Disables EHLD as an workaround since reading PMU event counter currently conflicts with devfreq. Bug: 354380599 Test: Build/Flash Flag: EXEMPT bugfix Change-Id: If8c819fc5baf27c9f6ea4532429bede8c4579072
This commit is contained in:
parent
a1d5c9b4f3
commit
7e10eefc25
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
BOARD_KERNEL_CMDLINE += kunit.enable=1
|
BOARD_KERNEL_CMDLINE += kunit.enable=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
BOARD_KERNEL_CMDLINE += ehld.noehld=1
|
||||||
|
|
||||||
TARGET_NO_BOOTLOADER := true
|
TARGET_NO_BOOTLOADER := true
|
||||||
TARGET_NO_RADIOIMAGE := true
|
TARGET_NO_RADIOIMAGE := true
|
||||||
BOARD_PREBUILT_BOOTIMAGE := $(wildcard $(TARGET_KERNEL_DIR)/boot.img)
|
BOARD_PREBUILT_BOOTIMAGE := $(wildcard $(TARGET_KERNEL_DIR)/boot.img)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue