Re: [U-Boot] [PATCH] arm64: booti: add missing unmap_sysmem()

2016-03-29 Thread Joe Hershberger
On Tue, Mar 29, 2016 at 5:51 AM, Masahiro Yamada wrote: > 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

[U-Boot] [PATCH] arm64: booti: add missing unmap_sysmem()

2016-03-29 Thread Masahiro Yamada
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