On Thu, 6 Apr 2023 at 11:50, Tom Rini <[email protected]> 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 <[email protected]> > --- > boot/image-board.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]>

