mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
ddr: altera: sdram: Clean up sdram_mmr_init_full() part 8
Fix the return value so that standard errno return values can be used. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
unsigned long sdram_calculate_size(void);
|
||||
unsigned sdram_mmr_init_full(unsigned int sdr_phy_reg);
|
||||
int sdram_mmr_init_full(unsigned int sdr_phy_reg);
|
||||
int sdram_calibration_full(void);
|
||||
|
||||
extern int sdram_calibration(void);
|
||||
|
||||
Reference in New Issue
Block a user