ondavx747: Fix bootloader build
Change-Id: Ibdff6a3d18cc065f7edd67a9ea77b2cb6b4629d1
This commit is contained in:
parent
48a2b80c77
commit
9a28912f26
1 changed files with 1 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue