projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a572fa
)
nios2: zap initdram
author
Thomas Chou
<thomas@wytron.com.tw>
Fri, 9 Oct 2015 03:36:01 +0000
(11:36 +0800)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/board/altera/nios2-generic/nios2-generic.c
b/board/altera/nios2-generic/nios2-generic.c
index 1f108211137630eb6add68bc8f8fcd70242e2e69..e7fecd24e46af2be17e917e8c9e64ecfc25e56c4 100644
(file)
--- 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)
{