diff options
Diffstat (limited to 'board/esd/pmc440/sdram.c')
-rw-r--r-- | board/esd/pmc440/sdram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/pmc440/sdram.c b/board/esd/pmc440/sdram.c index 624c457..c7294c9 100644 --- a/board/esd/pmc440/sdram.c +++ b/board/esd/pmc440/sdram.c @@ -50,7 +50,7 @@ extern void denali_core_search_data_eye(void); * initdram -- 440EPx's DDR controller is a DENALI Core * ************************************************************************/ -long int initdram (int board_type) +phys_size_t initdram (int board_type) { #if !defined(CONFIG_NAND_U_BOOT) || defined(CONFIG_NAND_SPL) #if !defined(CONFIG_NAND_SPL) |