commit | ae217b3c0097f884b377129224317466b8119ffc | [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 | 9d085c18bf8b1cc4f9e8d81fb82d70938d4857ee [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>