]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/adciop/adciop.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / esd / adciop / adciop.c
index 7a11a12cefbb5035e4912096ef167bd42e126a80..0f655b78a5f0e79d99df92f216d842855df67e02 100644 (file)
@@ -79,7 +79,7 @@ int checkboard (void)
 
 /* ------------------------------------------------------------------------- */
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        return (16 * 1024 * 1024);
 }