diff options
| author | Tom Rini <[email protected]> | 2024-12-12 21:07:26 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-12 21:07:26 -0600 |
| commit | a33185173dce550d6ecb96b7fa625bb5e2183d66 (patch) | |
| tree | add17fdeadcdddc9eb7922c7c09486027812df40 /include/u-boot | |
| parent | 1fdf53ace13f745fe8ad4d2d4e79eed98088d555 (diff) | |
Revert "Merge patch series "vbe: Series part E""
This reverts commit 1fdf53ace13f745fe8ad4d2d4e79eed98088d555, reversing
changes made to e5aef1bbf11412eebd4c242b46adff5301353c30.
I had missed that this caused too much size growth on rcar3_salvator-x.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/u-boot')
| -rw-r--r-- | include/u-boot/crc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/u-boot/crc.h b/include/u-boot/crc.h index b2badaf6a97..5174bd7ac41 100644 --- a/include/u-boot/crc.h +++ b/include/u-boot/crc.h @@ -25,9 +25,6 @@ */ unsigned int crc8(unsigned int crc_start, const unsigned char *vptr, int len); -void crc8_wd_buf(const unsigned char *input, unsigned int len, - unsigned char output[1], unsigned int chunk_sz); - /* lib/crc16.c - 16 bit CRC with polynomial x^16 + x^15 + x^2 + 1 */ uint16_t crc16(uint16_t crc, const unsigned char *buffer, size_t len); |
