Re: [PATCH v1 06/24] lib: sha512: prepare for CONFIG_IS_ENABLED changes

2023-02-22 Thread Simon Glass
On Tue, 21 Feb 2023 at 18:38, Troy Kisky wrote: > > We need to include in order to include > files that use CONFIG_IS_ENABLED. TO prepare for that > don't pet the watchdog when USE_HOSTCC is defined. > > Signed-off-by: Troy Kisky > --- > > lib/sha512.c | 12 > 1 file changed, 8 ins

[PATCH v1 06/24] lib: sha512: prepare for CONFIG_IS_ENABLED changes

2023-02-21 Thread Troy Kisky
We need to include in order to include files that use CONFIG_IS_ENABLED. TO prepare for that don't pet the watchdog when USE_HOSTCC is defined. Signed-off-by: Troy Kisky --- lib/sha512.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/lib/sha512.c b/lib/sha512.