From patchwork Mon Mar 16 18:20:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hannes Schmelzer X-Patchwork-Id: 450706 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 819D61400D5 for ; Tue, 17 Mar 2015 05:21:02 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CBDD84B632; Mon, 16 Mar 2015 19:20:59 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6RnKCYtR6PjH; Mon, 16 Mar 2015 19:20:59 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 059D94B628; Mon, 16 Mar 2015 19:20:59 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 667F14B628 for ; Mon, 16 Mar 2015 19:20:56 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xwx6aNuIQPJx for ; Mon, 16 Mar 2015 19:20:56 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from s15287728.onlinehome-server.info (hamspirit.at [87.106.47.214]) by theia.denx.de (Postfix) with ESMTP id 2E9204B627 for ; Mon, 16 Mar 2015 19:20:53 +0100 (CET) Received: from localhost (s15287728.onlinehome-server.info [127.0.0.1]) by s15287728.onlinehome-server.info (Postfix) with ESMTP id EF1808F480C7; Mon, 16 Mar 2015 18:20:52 +0000 (UTC) Received: from s15287728.onlinehome-server.info ([127.0.0.1]) by localhost (s15287728.onlinehome-server.info [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RueBCW7fNaVP; Mon, 16 Mar 2015 18:20:47 +0000 (UTC) Received: from hannes-werkstatt.scm.lan (188-22-109-221.adsl.highway.telekom.at [188.22.109.221]) by s15287728.onlinehome-server.info (Postfix) with ESMTP id 533858F480C5; Mon, 16 Mar 2015 18:20:47 +0000 (UTC) From: Hannes Petermaier To: u-boot@lists.denx.de Date: Mon, 16 Mar 2015 19:20:31 +0100 Message-Id: <1426530031-5567-1-git-send-email-oe5hpm@oevsv.at> X-Mailer: git-send-email 1.7.9.5 Cc: trini@konsulko.com, Masahiro Yamada Subject: [U-Boot] [PATCH] board/BuR/common: fix compiler warning X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" From: Hannes Petermaier Signed-off-by: Hannes Petermaier Signed-off-by: Hannes Petermaier --- include/configs/bur_am335x_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h index a558e42..377e6cf 100644 --- a/include/configs/bur_am335x_common.h +++ b/include/configs/bur_am335x_common.h @@ -25,7 +25,7 @@ "fi;" \ "setenv netdisplay0 '" \ "setcurs 1 9; puts myip; setcurs 10 9; puts ${ipaddr};" \ -"setcurs 1 10;puts serverip; setcurs 10 10; puts ${serverip}\;'" \ +"setcurs 1 10;puts serverip; setcurs 10 10; puts ${serverip};" \ "run netdisplay0; " \ "setenv stdout nc;setenv stdin nc;setenv stderr nc\0"