]> Git Repo - u-boot.git/blobdiff - tools/prelink-riscv.c
binman: fix passing loadables to mkimage on first run
[u-boot.git] / tools / prelink-riscv.c
index b0467949ebe3f19feae0140ccda8d3283bf6fed8..43d6412ee9b8d3acec24d6a82b0365f4bc03fe8e 100644 (file)
@@ -118,5 +118,7 @@ int main(int argc, const char *const *argv)
                        prelink_le32(data);
        }
 
+       munmap(data, st.st_size);
+
        return 0;
 }
This page took 0.027388 seconds and 4 git commands to generate.