From e767cebf22507593b354e9723ddf7ae3d5e5d420 Mon Sep 17 00:00:00 2001 From: Woody Lin Date: Fri, 13 Sep 2024 01:17:43 +0000 Subject: [PATCH] Revert "Disable EHLD" This reverts commit 7e10eefc258d4da511a2f08bd203bbe53c694213. Reason for revert: Re-enable EHLD since kernel EHLD issue is fixed. Bug: 354380599 Change-Id: I588c2b96a69cabb7be8d264c9591b61da80fb5e2 --- BoardConfig-common.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index a37b49f..099c238 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -51,8 +51,6 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) BOARD_KERNEL_CMDLINE += kunit.enable=1 endif -BOARD_KERNEL_CMDLINE += ehld.noehld=1 - TARGET_NO_BOOTLOADER := true TARGET_NO_RADIOIMAGE := true BOARD_PREBUILT_BOOTIMAGE := $(wildcard $(TARGET_KERNEL_DIR)/boot.img)