diff mbox

[U-Boot] nios2: zap initdram

Message ID 1444374621-1098-1-git-send-email-thomas@wytron.com.tw
State Accepted, archived
Delegated to: Thomas Chou
Headers show

Commit Message

Thomas Chou Oct. 9, 2015, 7:10 a.m. UTC
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(-)

Comments

Marek Vasut Oct. 9, 2015, 12:57 p.m. UTC | #1
On Friday, October 09, 2015 at 09:10:21 AM, Thomas Chou wrote:
> Zap initdram(), as it is not used.
> 
> Signed-off-by: Thomas Chou <thomas@wytron.com.tw>

Acked-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut
Thomas Chou Oct. 13, 2015, 1:15 p.m. UTC | #2
On 10/09/2015 03:10 PM, Thomas Chou wrote:
> 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(-)
>

Applied to u-boot-nios.


> 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)
>   {
>
diff mbox

Patch

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)
 {