nios2: zap initdram
authorThomas Chou <thomas@wytron.com.tw>
Fri, 9 Oct 2015 03:36:01 +0000 (11:36 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Thu, 22 Oct 2015 23:37:20 +0000 (07:37 +0800)
Zap initdram(), as it is not used.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Marek Vasut <marex@denx.de>
board/altera/nios2-generic/nios2-generic.c

index 1f108211137630eb6add68bc8f8fcd70242e2e69..e7fecd24e46af2be17e917e8c9e64ecfc25e56c4 100644 (file)
@@ -44,11 +44,6 @@ int checkboard(void)
        return 0;
 }
 
-phys_size_t initdram(int board_type)
-{
-       return 0;
-}
-
 #ifdef CONFIG_CMD_NET
 int board_eth_init(bd_t *bis)
 {