Eliminate a warning
This commit is contained in:
parent
412c7c83a1
commit
cd8d37f46b
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ void up_coherent_dcache(uintptr_t addr, size_t len)
|
|||
|
||||
end = addr + len;
|
||||
arch_clean_dcache(addr, end);
|
||||
UNUSED(end);
|
||||
|
||||
/* Invalidate the entire I-Cache */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue