summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-10-09 11:36:01 +0800
committerThomas Chou <thomas@wytron.com.tw>2015-10-23 07:37:20 +0800
commitbbba0714b7ca2d2424c11193a7884da8ef05c520 (patch)
tree32b2d8029d5b1b7d6116413b069b7ef0094c485b
parent4a572fa8519dba165677a88897a8ef0104f06d12 (diff)
downloadtalos-obmc-uboot-bbba0714b7ca2d2424c11193a7884da8ef05c520.tar.gz
talos-obmc-uboot-bbba0714b7ca2d2424c11193a7884da8ef05c520.zip
nios2: zap initdram
Zap initdram(), as it is not used. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Acked-by: Marek Vasut <marex@denx.de>
-rw-r--r--board/altera/nios2-generic/nios2-generic.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/altera/nios2-generic/nios2-generic.c b/board/altera/nios2-generic/nios2-generic.c
index 1f10821113..e7fecd24e4 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)
{
OpenPOWER on IntegriCloud