]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m5275evb/m5275evb.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / freescale / m5275evb / m5275evb.c
index a1b2902935f4f17f07c525cc44d7b2192085a8f1..be19e02751cb055ae7d6e780562cc0a684b772d1 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 sdramctrl_t *sdp = (sdramctrl_t *)(MMAP_SDRAM);
        volatile gpio_t *gpio_reg = (gpio_t *)(MMAP_GPIO);