From e50f47c5d21c02fdc97d49ad0e207e6185930e6f Mon Sep 17 00:00:00 2001 From: Jett Rink Date: Wed, 11 Nov 2020 12:22:03 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2533356 Tested-by: Rajat Jain Reviewed-by: Tom Hughes --- board/hatch_fp/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/hatch_fp/build.mk') diff --git a/board/hatch_fp/build.mk b/board/hatch_fp/build.mk index dc6e59eb20..de4dde367b 100644 --- a/board/hatch_fp/build.mk +++ b/board/hatch_fp/build.mk @@ -23,7 +23,7 @@ endif test-list-y=\ aes \ compile_time_macros \ - crc \ + crc32 \ flash_physical \ flash_write_protect \ fpsensor \ -- cgit v1.2.1