diff mbox

[U-Boot] board/BuR/common: fix compiler warning

Message ID 1426530031-5567-1-git-send-email-oe5hpm@oevsv.at
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Hannes Schmelzer March 16, 2015, 6:20 p.m. UTC
From: Hannes Petermaier <hannes.petermaier@br-automation.com>

Signed-off-by: Hannes Petermaier <hannes.petermaier@br-automation.com>
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
---

 include/configs/bur_am335x_common.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini March 16, 2015, 7:21 p.m. UTC | #1
On Mon, Mar 16, 2015 at 07:20:31PM +0100, Hannes Petermaier wrote:

> From: Hannes Petermaier <hannes.petermaier@br-automation.com>
> 
> Signed-off-by: Hannes Petermaier <hannes.petermaier@br-automation.com>
> Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>

Applied to u-boot/master, thanks!
diff mbox

Patch

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"