Re: [PATCH v5 23/29] image: Reduce variable scope in boot_get_ramdisk()

2021-10-08 Thread Tom Rini
On Sat, Sep 25, 2021 at 07:43:36PM -0600, Simon Glass wrote: > Move the variables declarations to where they are needed, to reduce the > number of #ifdefs needed. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v5 23/29] image: Reduce variable scope in boot_get_ramdisk()

2021-09-25 Thread Simon Glass
Move the variables declarations to where they are needed, to reduce the number of #ifdefs needed. Signed-off-by: Simon Glass --- (no changes since v1) common/image-board.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/common/image-board.c b/common