]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/spc1920/spc1920.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / spc1920 / spc1920.c
index 1f5dcb5d3e0e22760f0fa47c8f85296b14141f30..a32aad0ee43ce0a746075c4e03d59edbc7c4b417 100644 (file)
@@ -82,7 +82,7 @@ const uint sdram_table[] = {
        _NOT_USED_, _NOT_USED_, _NOT_USED_,
 };
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        volatile immap_t *immr = (immap_t *) CFG_IMMR;
        volatile memctl8xx_t *memctl = &immr->im_memctl;