]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/m5272c3/m5272c3.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / m5272c3 / m5272c3.c
index 6dcda4f25413828999285e46cc57d1bbc75f3b44..d17cb2ef98d8e3536af6bf946ce430b353448fd5 100644 (file)
@@ -31,7 +31,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);
 
        sdp->sdram_sdtr = 0xf539;