]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/open-amp.git/blobdiff - apps/matrix_multiply/matrix_multiplyd_remoteproc_master.c
Apps: do the system cleanup in the app
[processor-sdk/open-amp.git] / apps / matrix_multiply / matrix_multiplyd_remoteproc_master.c
index 8561f050d3f9c578fddee8868d9572aab4f08e7a..1e550819d3a9854f020f3e05580dca5bb9e5df3d 100644 (file)
@@ -57,6 +57,7 @@ static int shutdown_called = 0;
 
 /* External functions */
 extern void init_system();
+extern void cleanup_system();
 
 /* External variables */
 extern struct hil_proc proc_table[];
@@ -145,6 +146,7 @@ int main()
 
        remoteproc_deinit(proc);
 
+       cleanup_system();
        return 0;
 }