SAMA5D4: Minor fixes to get working with SAMA5D3 again

This commit is contained in:
Gregory Nutt 2014-06-20 16:01:45 -06:00
parent 0a2133b57f
commit 8fb8774c26

View File

@ -384,6 +384,8 @@ static inline void __ramfunc__ sam_h32mxdivider(void)
putreg32(regval, SAM_PMC_MCKR);
}
#else
# define sam_h32mxdivider()
#endif
/****************************************************************************