Re: [PATCH 04/19] lib: Allow crc16 code to be dropped

2025-01-30 Thread Tom Rini
On Sun, Jan 26, 2025 at 11:43:14AM -0700, Simon Glass wrote: > This code is not necessarily needed in VPL, even if SPL uses it, so > adjust the rules to allow it to be dropped. > > Do the same for the hash API. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Desc

[PATCH 04/19] lib: Allow crc16 code to be dropped

2025-01-26 Thread Simon Glass
This code is not necessarily needed in VPL, even if SPL uses it, so adjust the rules to allow it to be dropped. Do the same for the hash API. Signed-off-by: Simon Glass --- common/hash.c | 17 +++-- lib/Kconfig | 10 ++ lib/Makefile | 3 +-- tools/Kconfig | 5 + 4