]> git.sur5r.net Git - u-boot/blobdiff - board/gaisler/grsim_leon2/grsim_leon2.c
board_f: Drop board_type parameter from initdram()
[u-boot] / board / gaisler / grsim_leon2 / grsim_leon2.c
index 882b0a4247e164d0f5c1da087572563d51ae4b96..12df6bd7efa6c499015fc0300db3a7bed98a7a31 100644 (file)
@@ -10,7 +10,7 @@
 #include <common.h>
 #include <asm/leon.h>
 
-phys_size_t initdram(int board_type)
+phys_size_t initdram(void)
 {
        return 1;
 }