Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f49a743 authored by liquan.zhou's avatar liquan.zhou
Browse files

[FP5-1198][2] Efuse check test failed

* Comment
Disable ramdump

* Root Cause
Requirement

* Solution
Disable ramdump

* Test Steps
1. adb root
2. cat sys/module/qcom_dload_mode/parameters/download_mode
The reslut should be 0.

* Test Result
Pass

Change-Id: Ide14326a27f2eec283dfb09004cb395b09352e0a
parent dd756871
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@ struct qcom_dload {

#define QCOM_DOWNLOAD_BOTHDUMP (QCOM_DOWNLOAD_FULLDUMP | QCOM_DOWNLOAD_MINIDUMP)

static bool enable_dump =
	IS_ENABLED(CONFIG_POWER_RESET_QCOM_DOWNLOAD_MODE_DEFAULT);
static bool enable_dump = 0;
	//IS_ENABLED(CONFIG_POWER_RESET_QCOM_DOWNLOAD_MODE_DEFAULT);
static enum qcom_download_mode current_download_mode = QCOM_DOWNLOAD_NODUMP;
static enum qcom_download_mode dump_mode = QCOM_DOWNLOAD_FULLDUMP;
static bool early_pcie_init_enable;