]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/m5373evb/m5373evb.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / freescale / m5373evb / m5373evb.c
index 26b87b99f0b96eb16341e54865cc16a6639693dd..a269ee6d44cd8b8bf1fdfdd7e8d9d6cd42738bfb 100644 (file)
@@ -37,7 +37,7 @@ int checkboard(void)
        return 0;
 };
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        volatile sdram_t *sdram = (volatile sdram_t *)(MMAP_SDRAM);
        u32 dramsize, i;