]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/fads/fads.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / fads / fads.c
index 8f5736b4141a08d3094fda521e759e3c884525e4..9e601df1bc705573d3863f8cbc640c8a3b370650 100644 (file)
@@ -600,7 +600,7 @@ static int initsdram(uint base, uint *noMbytes)
 
 /* ========================================================================= */
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        uint sdramsz = 0;       /* size of sdram in Mbytes */
        uint base = 0;          /* base of dram in bytes */