]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m5208evbe/m5208evbe.c
board_f: Drop board_type parameter from initdram()
[u-boot] / board / freescale / m5208evbe / m5208evbe.c
index 1df128b2689ec44c315015c756833a93e3e392ae..612275088232426b6ab52258e84b2fea11a88a97 100644 (file)
@@ -22,7 +22,7 @@ int checkboard(void)
        return 0;
 };
 
-phys_size_t initdram(int board_type)
+phys_size_t initdram(void)
 {
        sdram_t *sdram = (sdram_t *)(MMAP_SDRAM);
        u32 dramsize, i;