]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/walnut405/walnut405.c
* Patch by Rune Torgersen, 13 Feb 2003:
[karo-tx-uboot.git] / board / walnut405 / walnut405.c
index 93c2034328560d88e30f95eb126a3fa2e9dd24ab..598509f7c2a494d3e3e0790348e08273eee9fe3a 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  * MA 02111-1307 USA
  */
-long int spd_sdram (void);
 
 #include <common.h>
 #include "walnut405.h"
 #include <asm/processor.h>
-
-
+#include <spd_sdram.h>
 
 int board_pre_init (void)
 {
@@ -118,11 +116,8 @@ int checkboard (void)
   the necessary info for SDRAM controller configuration
    ------------------------------------------------------------------------- */
 long int initdram (int board_type)
-{
-       long int ret;
-
-       ret = spd_sdram ();
-       return ret;
+{      
+       return  spd_sdram (0);
 }
 
 /* ------------------------------------------------------------------------- */