]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m547xevb/m547xevb.c
Change initdram() return type to phys_size_t
[u-boot] / board / freescale / m547xevb / m547xevb.c
index 539da78de984782b161574ab1afea1ea2fb63265..6d7d27090f1f950a33f13f6e21ee7b284b96f7bc 100644 (file)
@@ -38,7 +38,7 @@ int checkboard(void)
        return 0;
 };
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        volatile siu_t *siu = (siu_t *) (MMAP_SIU);
        volatile sdram_t *sdram = (volatile sdram_t *)(MMAP_SDRAM);