diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-10-09 11:36:01 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-10-23 07:37:20 +0800 |
commit | bbba0714b7ca2d2424c11193a7884da8ef05c520 (patch) | |
tree | 32b2d8029d5b1b7d6116413b069b7ef0094c485b /board/altera | |
parent | 4a572fa8519dba165677a88897a8ef0104f06d12 (diff) | |
download | u-boot-bbba0714b7ca2d2424c11193a7884da8ef05c520.zip u-boot-bbba0714b7ca2d2424c11193a7884da8ef05c520.tar.gz u-boot-bbba0714b7ca2d2424c11193a7884da8ef05c520.tar.bz2 |
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>
Diffstat (limited to 'board/altera')
-rw-r--r-- | board/altera/nios2-generic/nios2-generic.c | 5 |
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 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) { |