]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sbc8641d/sbc8641d.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / sbc8641d / sbc8641d.c
index 519f3327843ac031cb7dd1b2dfe13468f7ad36a0..c724effa06357f43137eea9cabeb8201e4c45901 100644 (file)
@@ -57,7 +57,7 @@ int checkboard (void)
        return 0;
 }
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        long dram_size = 0;