commit | 729e677d01c5d72c62b695f062e2d74fae274303 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Mar 29 19:51:57 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 17:17:57 2016 -0400 |
tree | 8c96702c256a368181672674829c060dded4ad22 | |
parent | e64fb298d8febc91c5d9507db3c145cad271ff31 [diff] |
arm64: booti: add missing unmap_sysmem() Make sure to call unmap_sysmem() for address allocated by map_sysmem() before leaving the function; however this patch gives no impact on the behavior because map_sysmem()/unmap_sysmem() does nothing except on Sandbox. Sandbox never runs this code because "booti" is a command for booting ARM64 kernel image. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>