]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/a3m071/a3m071.c
board_f: Drop board_type parameter from initdram()
[people/ms/u-boot.git] / board / a3m071 / a3m071.c
index 55d0bc80c01c1699987fc8ddaf097d98e564d807..b11ff980b8db816a213a6a8951cc60e75bb2ceee 100644 (file)
@@ -76,7 +76,7 @@ static void sdram_start(int hi_addr)
  * use of CONFIG_SYS_SDRAM_BASE. The code does not work if
  * CONFIG_SYS_SDRAM_BASE is something else than 0x00000000.
  */
-phys_size_t initdram(int board_type)
+phys_size_t initdram(void)
 {
        ulong dramsize = 0;
        ulong dramsize2 = 0;