summaryrefslogtreecommitdiff
path: root/board/nucleo-f412zg
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2020-11-09 15:23:12 -0700
committerCommit Bot <commit-bot@chromium.org>2020-11-11 16:59:45 +0000
commit5ec269c5a71643c955fe45191ed9f06794c6113a (patch)
tree724468f2b596d30ae73be6d27dcbc7312436c76d /board/nucleo-f412zg
parentbefe5a9c78ff4e75db7c5cda801688c8976e95f3 (diff)
downloadchrome-ec-5ec269c5a71643c955fe45191ed9f06794c6113a.tar.gz
crc32: rename test crc32->crc to allow for crc8
Instead of creating a new test for crc8, just make the existing crc32 test more generic. BRANCH=none BUG=none TEST=none Signed-off-by: Jett Rink <jettrink@chromium.org> Change-Id: I459e9b721a6cc0d94cef8c0d93102ad372095c34 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2527493 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 4dbe987b39..a6e3569854 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 \
- crc32 \
+ crc \
flash_physical \
flash_write_protect \
mpu \