Change initdram() return type to phys_size_t
[platform/kernel/u-boot.git] / board / freescale / m52277evb / m52277evb.c
index 98424c8..e5f47d2 100644 (file)
@@ -36,7 +36,7 @@ int checkboard(void)
        return 0;
 };
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        volatile sdramc_t *sdram = (volatile sdramc_t *)(MMAP_SDRAM);
        u32 dramsize, i;