]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/m54455evb/m54455evb.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / freescale / m54455evb / m54455evb.c
index 6a0278252faade611e038a223eda6009fe3041b8..0480b5468580dc324ff0beebe52200abca1e160f 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 sdramc_t *sdram = (volatile sdramc_t *)(MMAP_SDRAM);
        volatile gpio_t *gpio = (volatile gpio_t *)(MMAP_GPIO);