]> git.sur5r.net Git - u-boot/blobdiff - board/cm-bf533/cm-bf533.c
Merge branch 'master' of git://git.denx.de/u-boot-spi
[u-boot] / board / cm-bf533 / cm-bf533.c
index ab0bf3bf6598e5f9e00e85425d01c93f0499470c..02ef076735e719d7d26b5da8b864a20cc8b5d37e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * U-boot - main board file
+ * U-Boot - main board file
  *
  * Copyright (c) 2005-2008 Analog Devices Inc.
  *
@@ -18,13 +18,6 @@ int checkboard(void)
        return 0;
 }
 
-phys_size_t initdram(int board_type)
-{
-       gd->bd->bi_memstart = CONFIG_SYS_SDRAM_BASE;
-       gd->bd->bi_memsize = CONFIG_SYS_MAX_RAM_SIZE;
-       return gd->bd->bi_memsize;
-}
-
 #ifdef CONFIG_SMC91111
 int board_eth_init(bd_t *bis)
 {