diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2015-08-06 16:57:48 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-08-09 12:34:24 +0200 |
commit | 03597d0f017f4506f0905d7c87ec0d51859d8982 (patch) | |
tree | fa5c694450a5d2b169ec080e8c7ee97dbc82e26c /util/broadcom/secimage/secimage.h | |
parent | 9dd8f888418e75debb767fa799e5a4ce2b924bf6 (diff) |
secimage: Use libz's crc32 function
This is to trick libreboot into not deleting misc.c when checking
out coreboot.
Change-Id: I8f0bb5cb3eb5681f99c616ae03de126efab852a9
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/11134
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/broadcom/secimage/secimage.h')
-rw-r--r-- | util/broadcom/secimage/secimage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/broadcom/secimage/secimage.h b/util/broadcom/secimage/secimage.h index cea661c396..395e66ae83 100644 --- a/util/broadcom/secimage/secimage.h +++ b/util/broadcom/secimage/secimage.h @@ -39,7 +39,6 @@ int DataRead(char *filename, uint8_t *buf, int *length); int AppendHMACSignature(uint8_t *data, uint32_t length, char *filename, uint32_t offset); int ReadBinaryFile(char *fname, uint8_t *buf, int maxlen); -uint32_t calc_crc32(uint32_t initval, uint8_t *charArr, uint32_t arraySize); void FillHeaderFromConfigFile(char *h, char *ConfigFileName); #endif /* _SECIMAGE_H_ */ |