summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McRae <amcrae@google.com>2022-03-24 14:08:13 +1100
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-03-24 22:47:50 +0000
commit1a88450b7931fc101b1a427a942f90b2ed973408 (patch)
tree41519afcf2343754c1a93f6790de27b34a1b94f0
parentcd07b44623c6a1a4ae76d280d125ebc52dd562c8 (diff)
downloadchrome-ec-1a88450b7931fc101b1a427a942f90b2ed973408.tar.gz
npcx: Set SOC log level to ERR
Set SOC logging level to ERR so that PM trace LOG_INF messages do not spam the console. BUG=b:216921645 TEST=zmake build nivviks; flash and run BRANCH=none Signed-off-by: Andrew McRae <amcrae@google.com> Change-Id: I401e86a54e437600d502ae4c2c65e261aa5fd6a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3547916 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--zephyr/boards/arm/npcx7/npcx7_defconfig1
-rw-r--r--zephyr/boards/arm/npcx9/npcx9_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/zephyr/boards/arm/npcx7/npcx7_defconfig b/zephyr/boards/arm/npcx7/npcx7_defconfig
index cd64961250..afebc2383d 100644
--- a/zephyr/boards/arm/npcx7/npcx7_defconfig
+++ b/zephyr/boards/arm/npcx7/npcx7_defconfig
@@ -4,6 +4,7 @@
# Zephyr Kernel Configuration
CONFIG_SOC_SERIES_NPCX7=y
+CONFIG_SOC_LOG_LEVEL_ERR=y
# Platform Configuration
CONFIG_BOARD_NPCX7=y
diff --git a/zephyr/boards/arm/npcx9/npcx9_defconfig b/zephyr/boards/arm/npcx9/npcx9_defconfig
index f682f24cc9..ed1a44764b 100644
--- a/zephyr/boards/arm/npcx9/npcx9_defconfig
+++ b/zephyr/boards/arm/npcx9/npcx9_defconfig
@@ -5,6 +5,7 @@
# Zephyr Kernel Configuration
CONFIG_SOC_SERIES_NPCX9=y
CONFIG_SOC_NPCX9M3F=y
+CONFIG_SOC_LOG_LEVEL_ERR=y
# Platform Configuration
CONFIG_BOARD_NPCX9=y