]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/quad100hd/quad100hd.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / quad100hd / quad100hd.c
index 638bd6ca220dcad1fcf5da019c6dd7e36e391c59..81186782b2fad12037e941f03d507b45fc7352ed 100644 (file)
@@ -87,7 +87,7 @@ int checkboard(void)
        return 0;
 }
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        return CFG_SDRAM_SIZE;
 }