Skip to content
Snippets Groups Projects
Commit bbba0714 authored by Thomas Chou's avatar Thomas Chou
Browse files

nios2: zap initdram


Zap initdram(), as it is not used.

Signed-off-by: default avatarThomas Chou <thomas@wytron.com.tw>
Acked-by: default avatarMarek Vasut <marex@denx.de>
parent 4a572fa8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment