public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] nios2: zap initdram
@ 2015-10-09  7:10 Thomas Chou
  2015-10-09 12:57 ` Marek Vasut
  2015-10-13 13:15 ` Thomas Chou
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Chou @ 2015-10-09  7:10 UTC (permalink / raw)
  To: u-boot

Zap initdram(), as it is not used.

Signed-off-by: Thomas Chou <thomas@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-13 13:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-09  7:10 [U-Boot] [PATCH] nios2: zap initdram Thomas Chou
2015-10-09 12:57 ` Marek Vasut
2015-10-13 13:15 ` Thomas Chou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox