commit | 317291167701480da6c235a17b0a7e89dafcff78 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 27 07:24:55 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 02 17:27:04 2020 -0400 |
tree | aa8565288f6350ba5cf07e7d4054751cfb63b788 | |
parent | 50bb682c5cc52769e7cbd835a00dbcbc75a4f0e7 [diff] |
mkimage: Default to adding a crc32 hash with '-f auto' This option currently does not add any sort of hash to the images in the FIT. Add a hash node requesting a crc32 checksum, which at least provides some protection. The crc32 value is easily ignored (e.g. in SPL) if not needed. and takes up only about 48 bytes per image, including overhead. Suggested-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Wolfgang Denk <wd@denx.de>