[PATCH 0/3] scripts: Drop some crc32 implementations

Sascha Hauer s.hauer at pengutronix.de
Tue Dec 12 00:16:20 PST 2023


Ahmad once added crc32_be() to barebox which is unused up to now, but can
be used by several image tools in scripts/. Let's do that.

Sascha Hauer (3):
  scripts: pblimage: re-use crc32 implementation from crypto/crc32.c
  scripts: mxsimage: re-use crc32 implementation from crypto/crc32.c
  scripts: socfpga_mkimage: re-use crc32 implementation from
    crypto/crc32.c

 scripts/mxsimage.c        | 49 ++++----------------------------
 scripts/pblimage.c        | 49 ++++----------------------------
 scripts/socfpga_mkimage.c | 59 ++-------------------------------------
 3 files changed, 12 insertions(+), 145 deletions(-)

-- 
2.39.2




More information about the barebox mailing list