commit | 4f77169c942b10f9b6dc45a3bc4be65a3d086607 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:05:01 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | 9968e35c25c2a952147aee673a5dca4e56beb764 | |
parent | 7721e71f031894da02a8f7a1f419891582b1747c [diff] |
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>