Re: [PATCH] Kconfig: Drop duplicate 'select SHA512' instances

2021-09-10 Thread Tom Rini
On Thu, Sep 09, 2021 at 10:07:56AM -0500, Alex G. wrote: > On 9/9/21 10:00 AM, Tom Rini wrote: > > When dropping SHA512_ALGO in general, we didn't catch some cases where > > an option was selecting both SHA512 and SHA512_ALGO and caused them to > > select SHA512 twice. Kconfig doesn't complain, b

Re: [PATCH] Kconfig: Drop duplicate 'select SHA512' instances

2021-09-09 Thread Alex G.
On 9/9/21 10:00 AM, Tom Rini wrote: When dropping SHA512_ALGO in general, we didn't catch some cases where an option was selecting both SHA512 and SHA512_ALGO and caused them to select SHA512 twice. Kconfig doesn't complain, but this is still wrong and should be corrected. Fixes: e60e44993120

[PATCH] Kconfig: Drop duplicate 'select SHA512' instances

2021-09-09 Thread Tom Rini
When dropping SHA512_ALGO in general, we didn't catch some cases where an option was selecting both SHA512 and SHA512_ALGO and caused them to select SHA512 twice. Kconfig doesn't complain, but this is still wrong and should be corrected. Fixes: e60e44993120 ("lib: Drop SHA512_ALGO in lieu of SHA