]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/LEOX/elpt860/elpt860.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / LEOX / elpt860 / elpt860.c
index 775db738e6c3a7680900fd4096c302fa474a91ea..5f506314c5efc7f41c6554a0df61afa11e6321e1 100644 (file)
@@ -35,7 +35,7 @@
 ** ------
 **              int             board_early_init_f(void)
 **              int             checkboard(void)
-**              long int        initdram(int board_type)
+**              phys_size_t     initdram(int board_type)
 ** called from 'board_init_f()' into 'common/board.c'
 **
 **              void            reset_phy(void)
@@ -179,7 +179,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 memctl8xx_t *memctl = &immap->im_memctl;