From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 13 Oct 2015 21:15:41 +0800 Subject: [U-Boot] [PATCH] nios2: zap initdram In-Reply-To: <1444374621-1098-1-git-send-email-thomas@wytron.com.tw> References: <1444374621-1098-1-git-send-email-thomas@wytron.com.tw> Message-ID: <561D03FD.9070605@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/09/2015 03:10 PM, Thomas Chou wrote: > Zap initdram(), as it is not used. > > Signed-off-by: Thomas Chou > --- > 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) > { >