summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2021-02-04 09:53:58 -0800
committerCommit Bot <commit-bot@chromium.org>2021-02-05 01:39:37 +0000
commit829aa191a6e2b5b51e7d1fe9a5cb30c233dc210a (patch)
tree46d76890f77c5c8b903984cb64b36d890a275e8c
parent5c105cabf91955ab15f4cccd661335ff3dfd40d3 (diff)
downloadchrome-ec-829aa191a6e2b5b51e7d1fe9a5cb30c233dc210a.tar.gz
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 BOARD=dartmonkey tests -j Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Iff8f29444b4ac46482cbc526f0164ca3fef1752c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2676005 Reviewed-by: Craig Hesling <hesling@chromium.org>
-rw-r--r--board/nocturne_fp/build.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/nocturne_fp/build.mk b/board/nocturne_fp/build.mk
index d6711a4bdf..5b47ddf67a 100644
--- a/board/nocturne_fp/build.mk
+++ b/board/nocturne_fp/build.mk
@@ -38,5 +38,4 @@ test-list-y=\
scratchpad \
sha256 \
sha256_unrolled \
- stm32f_rtc \
utils \