mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
arm: freescale: Rename initdram() to fsl_initdram()
This function name shadows a global name but is in fact different. This is very confusing. Rename it to help with the following refactoring. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
6bacc73621
commit
3eace37e50
13 changed files with 24 additions and 12 deletions
|
@ -477,4 +477,12 @@ typedef struct fixed_ddr_parm{
|
|||
int max_freq;
|
||||
fsl_ddr_cfg_regs_t *ddr_settings;
|
||||
} fixed_ddr_parm_t;
|
||||
|
||||
/**
|
||||
* fsl_initdram() - Set up the SDRAM
|
||||
*
|
||||
* @return 0 if OK, -ve on error
|
||||
*/
|
||||
int fsl_initdram(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue