summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-02-05 14:03:22 -0700
committerCommit Bot <commit-bot@chromium.org>2021-02-05 22:36:11 +0000
commit8ee143bbaedceb238fd32870870d017d52a2576d (patch)
tree3cc0ee5203467f9f48d52cb2c259f7f158e39faf
parent776e3203cc7ccc9d756d0d8f076b6fc9195cc2b2 (diff)
downloadchrome-ec-8ee143bbaedceb238fd32870870d017d52a2576d.tar.gz
Revert "zephyr: volteer: enable verbose logging"
Let's try disabling this and see if Nuvoton's efforts have been successful. This reverts commit eb602fa5a673ffe7b333347af1cebf85f74c4990. BUG=b:179164174, b:179308106, b:179418486 BRANCH=none TEST=boot volteer without any problems (but then I generally did anyway) But I do get log spam still: 21-02-05 14:05:49.779 [92.455200 event set 0x0000000008000000] 21-02-05 14:05:49.779 [92.459300 event clear 0x0000000008000000] 21-02-05 14:05:49.779 [92.462600 ACPI query = 28] 21-02-05 14:05:49.784 [92.465500 HC 0x101] 21-02-05 14:05:49.835 [92.510200 C1: Retimer I2C read err=-6] 21-02-05 14:05:49.835 [92.512300 mux config:0, port:1, rv:-6] 21-02-05 14:05:49.835 [92.516500 HC 0x113] 21-02-05 14:05:49.835 [92.518200 HC 0x103] 21-02-05 14:05:49.835 [92.520100 HC 0x112] 21-02-05 14:05:49.846 [92.522100 HC 0x117] 21-02-05 14:05:49.846 [92.523700 HC 0x113] 21-02-05 14:05:49.846 [92.525600 HC 0x104] 21-02-05 14:05:49.846 +[92.527900 HC 0x11a] 21-02-05 14:05:49.846 [92.529500 HC 0x101] 21-02-05 14:05:49.857 [92.531600 HC 0x104] 21-02-05 14:05:49.857 [92.533300 HC 0x103] 21-02-05 14:05:49.857 [92.536400 HC 0x11a] 21-02-05 14:05:49.857 [92.536900 event set 0x0000000008000000] 21-02-05 14:05:49.857 [92.540900 event clear 0x0000000008000000] (repeats) Change-Id: I2a5710cc396895f8766e4c2a4b37d81cc76d8925 Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2678933 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Tested-by: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--zephyr/projects/volteer/prj.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/zephyr/projects/volteer/prj.conf b/zephyr/projects/volteer/prj.conf
index 3ed8d0dcfc..442ea0344d 100644
--- a/zephyr/projects/volteer/prj.conf
+++ b/zephyr/projects/volteer/prj.conf
@@ -121,9 +121,3 @@ CONFIG_PLATFORM_EC_WRITABLE_STORAGE_SIZE=0x40000
# RAM
CONFIG_PLATFORM_EC_BOOT_RAM_SIZE=0x800
-
-# TODO(b/179164174): enabling verbose logging significantly increases
-# the success rate of powering on the AP. Remove these options once
-# power sequencing works consistently without it.
-CONFIG_LOG=y
-CONFIG_LOG_DEFAULT_LEVEL=4