]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/esd/pf5200/pf5200.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / esd / pf5200 / pf5200.c
index 48b80bfc5fb8d07e27f62fc6ce2c20d431480a8b..7970f8988fce6cfd8a5ecc0275d6d7358c8ae696 100644 (file)
@@ -84,7 +84,7 @@ static void sdram_start(int hi_addr)
  *            is something else than 0x00000000.
  */
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        ulong dramsize = 0;
        ulong test1, test2;