[U-Boot] [PATCH] nios2: zap initdram

Thomas Chou thomas at wytron.com.tw
Fri Oct 9 09:10:21 CEST 2015


Zap initdram(), as it is not used.

Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
---
 board/altera/nios2-generic/nios2-generic.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/board/altera/nios2-generic/nios2-generic.c b/board/altera/nios2-generic/nios2-generic.c
index 1f10821..e7fecd2 100644
--- a/board/altera/nios2-generic/nios2-generic.c
+++ b/board/altera/nios2-generic/nios2-generic.c
@@ -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)
 {
-- 
2.1.4



More information about the U-Boot mailing list