]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/amirix/ap1000/ap1000.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / amirix / ap1000 / ap1000.c
index 7d11b29b59ab714775953d7a092f424d0b17400c..55277e72d544623cb247629d5e2fabb245cb9da0 100644 (file)
@@ -133,7 +133,7 @@ int checkboard (void)
 }
 
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        char *s = getenv ("dramsize");