From d9b60d5d43b88ad129f4e10a92b9f784b8f49c32 Mon Sep 17 00:00:00 2001 From: Jawad AlDhalemi Date: Tue, 14 Mar 2023 17:22:30 +0000 Subject: [PATCH] Revert "Zuma: bootconfig: Enable GXP MCU mode via the driver's m..." Revert submission 21923541-gchips_callisto_release_20230308_RC00 Reason for revert: MCU mode not enabled by default Reverted changes: /q/submissionid:21923541-gchips_callisto_release_20230308_RC00 Change-Id: I5db65038a547ae4157cf0ac96b148d37043ca426 --- BoardConfig-common.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index ee451782..f8da0246 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -40,8 +40,6 @@ BOARD_KERNEL_CMDLINE += rcupdate.rcu_expedited=1 rcu_nocbs=all BOARD_KERNEL_CMDLINE += stack_depot_disable=off page_pinner=on BOARD_KERNEL_CMDLINE += swiotlb=1024 BOARD_BOOTCONFIG += androidboot.boot_devices=13200000.ufs -# TODO(b/272600756): Remove the params once the driver defaults to MCU mode. -BOARD_BOOTCONFIG += kernel.gxp.work_mode=mcu kernel.gxp.core_boot=0 TARGET_NO_BOOTLOADER := true TARGET_NO_RADIOIMAGE := true