]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/oxc/oxc.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / oxc / oxc.c
index 6cc3cc5a3e48e7e45da7404541a150b82d1598db..b61d3995121ef7bfa84453736bdab56a0c0be763 100644 (file)
@@ -34,7 +34,7 @@ int checkboard (void)
        return 0;
 }
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
 #ifndef CFG_RAMBOOT
        long size;