]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootm: Adjust position of unmap_sysmem() in boot_get_kernel()
authorSimon Glass <sjg@chromium.org>
Sat, 18 Nov 2023 21:05:01 +0000 (14:05 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 16:51:24 +0000 (11:51 -0500)
commit4f77169c942b10f9b6dc45a3bc4be65a3d086607
tree9968e35c25c2a952147aee673a5dca4e56beb764
parent7721e71f031894da02a8f7a1f419891582b1747c
bootm: Adjust position of unmap_sysmem() in boot_get_kernel()

These unmaps should happen regardless of the return value. Move them
before the 'return' statement.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
boot/bootm.c