summaryrefslogtreecommitdiff
path: root/board/nucleo-f412zg
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2020-11-11 12:22:03 -0700
committerRajat Jain <rajatja@google.com>2020-11-11 19:36:24 +0000
commite50f47c5d21c02fdc97d49ad0e207e6185930e6f (patch)
treecad4a4eba8b513552b98fc5caf436d6f9e59e479 /board/nucleo-f412zg
parent90caed85bc8f2c0d2b05b1977e1dd02db614a41b (diff)
downloadchrome-ec-e50f47c5d21c02fdc97d49ad0e207e6185930e6f.tar.gz
Revert "crc32: rename test crc32->crc to allow for crc8"
Something slipped through CQ coverage. Need to figure out, but in the mean time, revert the 3 CLs that seemed to have caused the issue. BRANCH=none BUG=chromium:1147953 TEST=none This reverts commit 5ec269c5a71643c955fe45191ed9f06794c6113a. Change-Id: I90f812cd4d4f83ea05d34740541db0076abce392 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2533356 Tested-by: Rajat Jain <rajatja@google.com> Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'board/nucleo-f412zg')
-rw-r--r--board/nucleo-f412zg/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nucleo-f412zg/build.mk b/board/nucleo-f412zg/build.mk
index a6e3569854..4dbe987b39 100644
--- a/board/nucleo-f412zg/build.mk
+++ b/board/nucleo-f412zg/build.mk
@@ -12,7 +12,7 @@ board-y=board.o
test-list-y=\
aes \
compile_time_macros \
- crc \
+ crc32 \
flash_physical \
flash_write_protect \
mpu \