summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2021-02-12 13:16:45 -0800
committerCommit Bot <commit-bot@chromium.org>2021-02-12 22:41:41 +0000
commit610e78bd32fbf94719589e8f80ae484522439b1f (patch)
tree15f26a94fbb44906662d2b25d5d647cbb4c899d5
parent753a6b63f06dd0ba214de575e0b698ef233745f5 (diff)
downloadchrome-ec-610e78bd32fbf94719589e8f80ae484522439b1f.tar.gz
nucleo-dartmonkey: Remove stm32f_rtc test
The stm32f_rtc test is specific to the STM32F series, but dartmonkey is a STM32H series chip. BRANCH=none BUG=b:170432597 TEST=make buildall Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Ie74d0f232eacc57a8d3028572f1a69a5b2c534d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2693748 Reviewed-by: Craig Hesling <hesling@chromium.org>
-rw-r--r--board/nucleo-dartmonkey/build.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/nucleo-dartmonkey/build.mk b/board/nucleo-dartmonkey/build.mk
index 006f577ac9..9ecb11f527 100644
--- a/board/nucleo-dartmonkey/build.mk
+++ b/board/nucleo-dartmonkey/build.mk
@@ -27,5 +27,4 @@ test-list-y=\
scratchpad \
sha256 \
sha256_unrolled \
- stm32f_rtc \
utils \