
8 Feb
2014
8 Feb
'14
3:17 p.m.
On Thursday, February 06, 2014 at 01:17:36 PM, Wolfgang Denk wrote:
Dear Marek,
In message 1391658426-24799-1-git-send-email-marex@denx.de you wrote:
This patch adds support for SHA-256 hash into the FIT image. The usage is
as with the other hashing algorithms:
...
-#define FIT_MAX_HASH_LEN 20 /* max(crc32_len(4), sha1_len(20)) */ +#define FIT_MAX_HASH_LEN 32 /* max(crc32_len(4), sha1_len(20), sha256_len(32)) */
Line too long.
Please make sure to run your patches through checkpatch !
This is weird, since all my patches should be checked upon 'git commit' via hook. Thanks for bringing this up to my attention, I will verify that.
Nonetheless, I would vouch for applying Heiko's patches instead.
Best regards, Marek Vasut