]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/etin/kvme080/kvme080.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / etin / kvme080 / kvme080.c
index de62fa0973870b18085da16c364aae110604dc54..bfd6854c5d661b2c1c2f3afb7f824f4205af3731 100644 (file)
@@ -93,7 +93,7 @@ unsigned long setdram(int m, int row, int col, int bank)
        return (1 << (col + row + 3) ) * bank * m;
 }
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        unsigned int msr;
        long int size = 0;