runmulticore: Added cache flush before enabling

Change-Id: I1b1470cdd6fc04700112f0f54e087f548baee29f
Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
This commit is contained in:
Gokul Sriram Palanisamy 2018-02-23 16:51:30 +05:30
parent 80cea89e0e
commit 2f6db324fb

View file

@ -206,6 +206,7 @@ int do_runmulticore(cmd_tbl_t *cmdtp,
free(core[i - 1].stack_top_ptr);
}
invalidate_dcache_all();
dcache_enable();
return CMD_RET_SUCCESS;