]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/motionpro/motionpro.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / motionpro / motionpro.c
index 68257b861d53a9a52c808a0a503c383c1f60db17..3b340622266f5f2df8caf57e1cc2fdf69b114292 100644 (file)
@@ -132,7 +132,7 @@ static void sdram_start(int hi_addr)
 /*
  * Initalize SDRAM - configure SDRAM controller, detect memory size.
  */
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        ulong dramsize = 0;
 #ifndef CFG_RAMBOOT