]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/adder/adder.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / adder / adder.c
index 817c8649aa630cdc5e9ca1d985a93415682c1334..e8a5737f587ad827a3a96ff6c109e7c51e0db527 100644 (file)
@@ -65,7 +65,7 @@ static uint sdram_table[] = {
        0xfffffc27, 0xfffffc04, 0xfffffc04, 0xfffffc04
 };
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        long int msize;
        volatile immap_t     *immap  = (volatile immap_t *)CFG_IMMR;