summaryrefslogtreecommitdiffstats
path: root/bsps/arm/tms570/include/bsp/tms570_hwinit.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/tms570/include/bsp/tms570_hwinit.h')
-rw-r--r--bsps/arm/tms570/include/bsp/tms570_hwinit.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/bsps/arm/tms570/include/bsp/tms570_hwinit.h b/bsps/arm/tms570/include/bsp/tms570_hwinit.h
index f88463bb43..2af2f3d48a 100644
--- a/bsps/arm/tms570/include/bsp/tms570_hwinit.h
+++ b/bsps/arm/tms570/include/bsp/tms570_hwinit.h
@@ -69,7 +69,6 @@ void _coreEnableRamEcc_( void );
void _coreDisableRamEcc_( void );
void _mpuInit_( void );
-void tms570_emif_sdram_init( void );
void tms570_memory_init( uint32_t ram );
void tms570_trim_lpo_init( void );
void tms570_flash_init( void );
@@ -84,6 +83,11 @@ void tms570_esm_init( void );
*/
/**
+ * @brief Initialize the External Memory InterFace (EMIF) peripheral.
+ */
+void tms570_emif_sdram_init(void);
+
+/**
* @brief Initialize PLLs source divider/multipliers.
*/
void tms570_pll_init(void);