mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 07:25:13 +00:00
SAMA5 boards: Operation at 528Mhz has been verified
This commit is contained in:
parent
e78f36e229
commit
0b014faa75
1 changed files with 1 additions and 1 deletions
|
|
@ -684,7 +684,7 @@ void up_boot(void)
|
|||
* be available when fetched into the I-Cache.
|
||||
*/
|
||||
|
||||
cp15_clean_dcache(&_sramfuncs, &_eramfuncs)
|
||||
cp15_clean_dcache((uintptr_t)&_sramfuncs, (uintptr_t)&_eramfuncs)
|
||||
#endif
|
||||
|
||||
/* Setup up vector block. _vector_start and _vector_end are exported from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue