]> Git Repo - J-u-boot.git/commitdiff
nios2: zap initdram
authorThomas Chou <[email protected]>
Fri, 9 Oct 2015 03:36:01 +0000 (11:36 +0800)
committerThomas Chou <[email protected]>
Thu, 22 Oct 2015 23:37:20 +0000 (07:37 +0800)
Zap initdram(), as it is not used.

Signed-off-by: Thomas Chou <[email protected]>
Acked-by: Marek Vasut <[email protected]>
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)
 {
This page took 0.035562 seconds and 4 git commands to generate.