Re: [PATCH 17/19] lib: Allow crc8 in TPL and VPL

2024-08-29 Thread Tom Rini
On Thu, Aug 29, 2024 at 08:58:00AM -0600, Simon Glass wrote: > Provide options to enable the CRC8 feature in TPL and VPL builds. > > Signed-off-by: Simon Glass > --- > > lib/Kconfig | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/lib/Kconfig b/lib/Kconfig > index 7

[PATCH 17/19] lib: Allow crc8 in TPL and VPL

2024-08-29 Thread Simon Glass
Provide options to enable the CRC8 feature in TPL and VPL builds. Signed-off-by: Simon Glass --- lib/Kconfig | 18 ++ 1 file changed, 18 insertions(+) diff --git a/lib/Kconfig b/lib/Kconfig index 72a5f3cb04f..b2d5e8d04a7 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -698,6 +698