> From: Bin Meng <bm...@tinylab.org> > Sent: Thursday, March 30, 2023 12:20 PM > To: u-boot@lists.denx.de > Cc: Leo Yu-Chi Liang(梁育齊) <ycli...@andestech.com>; Rick Jian-Zhi Chen(陳建志) > <r...@andestech.com> > Subject: [PATCH 4/8] tools: prelink-riscv: Unmap the ELF image when done > > The codes forget to call munmap() to unmap the ELF image that was mapped by > previous mmap(). > > Signed-off-by: Bin Meng <bm...@tinylab.org> > --- > > tools/prelink-riscv.c | 2 ++ > 1 file changed, 2 insertions(+)
Reviewed-by: Rick Chen <r...@andestech.com>