
26 Apr
2023
26 Apr
'23
2:31 p.m.
On Wed, Apr 05, 2023 at 07:48:57PM -0400, Tom Rini wrote:
When building with clang, it notes that sdinfo may be unused uninitialized in some cases. This appears to be true from reading the code, and we can simply set the variable to zero to start with and be as correct as before.
Signed-off-by: Tom Rini trini@konsulko.com Reviewed-by: Marek Vasut marex@denx.de
Applied to u-boot/master, thanks!
--
Tom