On Thu, 6 Apr 2023 at 11:50, Tom Rini <tr...@konsulko.com> wrote: > > When building with clang we get a warning that rdaddr could be > uninitialized in one case. While this cannot functionally happen, we can > easily silence the warning. > > Signed-off-by: Tom Rini <tr...@konsulko.com> > --- > boot/image-board.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <s...@chromium.org>