ondavx747: Fix bootloader build

Change-Id: Ibdff6a3d18cc065f7edd67a9ea77b2cb6b4629d1
This commit is contained in:
Solomon Peachy 2020-09-03 16:25:34 -04:00
parent 48a2b80c77
commit 9a28912f26
1 changed files with 1 additions and 2 deletions

View File

@ -128,8 +128,7 @@ static int boot_of(void)
__cpm_start_all();
disable_interrupt();
__dcache_writeback_all();
__icache_invalidate_all();
commit_discard_idcache();
for(i=8000; i>0; i--)
asm volatile("nop\n");