Re: [PATCH 6/9] boot/image-board.c: Silence warning in select_ramdisk

2023-04-26 Thread Tom Rini
On Wed, Apr 05, 2023 at 07:48:56PM -0400, Tom Rini 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 > Reviewed-by: Simon Glass Applied to

Re: [PATCH 6/9] boot/image-board.c: Silence warning in select_ramdisk

2023-04-06 Thread Simon Glass
On Thu, 6 Apr 2023 at 11:50, Tom Rini 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 > --- > boot/image-board.c | 2 +- > 1 file changed

[PATCH 6/9] boot/image-board.c: Silence warning in select_ramdisk

2023-04-05 Thread Tom Rini
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 --- boot/image-board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/image-board.