Re: [PATCH v2 14/32] bootm: Adjust position of unmap_sysmem() in boot_get_kernel()

2023-11-16 Thread Tom Rini
On Wed, Nov 15, 2023 at 09:10:14PM -0700, Simon Glass wrote: > These unmaps should happen regardless of the return value. Move them > before the 'return' statement. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH v2 14/32] bootm: Adjust position of unmap_sysmem() in boot_get_kernel()

2023-11-15 Thread Simon Glass
These unmaps should happen regardless of the return value. Move them before the 'return' statement. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to adjust position of unmap_sysmem() in boot_get_kernel() boot/bootm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)