]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/pb1x00/pb1x00.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / pb1x00 / pb1x00.c
index 82b7235209ddea479714f5add85f29e8d597765e..82e2613e2db4fd6f2b2b8bfb0f9162729213586f 100644 (file)
@@ -27,7 +27,7 @@
 #include <asm/mipsregs.h>
 #include <asm/io.h>
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        /* Sdram is setup by assembler code */
        /* If memory could be changed, we should return the true value here */