summaryrefslogtreecommitdiff
path: root/zephyr/projects/trogdor
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2021-06-28 10:26:23 -0700
committerCommit Bot <commit-bot@chromium.org>2021-07-13 22:14:08 +0000
commit1f05c52d4e434fde0de9ccbfe5e7f418abec7c4f (patch)
tree321a027f43425c2c46bb595d720e67a6b674e08d /zephyr/projects/trogdor
parentb1ddd270bed26247aa276bf1adc1b74413c03279 (diff)
downloadchrome-ec-1f05c52d4e434fde0de9ccbfe5e7f418abec7c4f.tar.gz
herobrine: Move hibernate config to the board level
Move the config of hibernate wake source and hook from the baseboard level to the board level. The new Herobrine hardware will use different wake sources and have different hook. BRANCH=None BUG=b:192253134 TEST=Built the herobrine_npcx7 EC-OS and Zephyr images successfully. Change-Id: Idbad8f985252fdef0657427d5f8d5883029a641f Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2993211 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/projects/trogdor')
-rw-r--r--zephyr/projects/trogdor/herobrine_npcx7/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/projects/trogdor/herobrine_npcx7/CMakeLists.txt b/zephyr/projects/trogdor/herobrine_npcx7/CMakeLists.txt
index e9abf345a1..b4b11127f4 100644
--- a/zephyr/projects/trogdor/herobrine_npcx7/CMakeLists.txt
+++ b/zephyr/projects/trogdor/herobrine_npcx7/CMakeLists.txt
@@ -17,7 +17,6 @@ set(PLATFORM_EC_BOARD "${PLATFORM_EC}/board/herobrine_npcx7" CACHE PATH
"Path to the platform/ec board directory")
zephyr_library_sources_ifdef(CONFIG_PLATFORM_EC_USBC
- "${PLATFORM_EC_BASEBOARD}/hibernate.c"
"${PLATFORM_EC_BASEBOARD}/usbc_config.c"
"${PLATFORM_EC_BASEBOARD}/usb_pd_policy.c")