mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
mpfs: clockconfig: add clock initialiation sequence
Add clock initialization sequence especially for systems containing no bootloader. Signed-off-by: Eero Nurkkala <eero.nurkkala@offcode.fi>
This commit is contained in:
committed by
Xiang Xiao
parent
bc72ccdf6a
commit
c34b9620db
File diff suppressed because it is too large
Load Diff
@@ -97,9 +97,11 @@ void __mpfs_start(uint32_t mhartid)
|
||||
*dest++ = *src++;
|
||||
}
|
||||
|
||||
/* Setup PLL */
|
||||
/* Setup PLL if not already provided */
|
||||
|
||||
#ifdef CONFIG_MPFS_BOOTLOADER
|
||||
mpfs_clockconfig();
|
||||
#endif
|
||||
|
||||
/* Configure the UART so we can get debug output */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user