]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sbc8260/sbc8260.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / sbc8260 / sbc8260.c
index 48aefa010e240a63dc315f95b4078a37d252ed7e..5781f6281b78dfbe1e7454247b3291ad3cdb2c3d 100644 (file)
@@ -208,7 +208,7 @@ int checkboard (void)
 
 /* ------------------------------------------------------------------------- */
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        volatile immap_t *immap = (immap_t *) CFG_IMMR;
        volatile memctl8260_t *memctl = &immap->im_memctl;