From: Hannes Petermaier Date: Mon, 16 Mar 2015 18:20:31 +0000 (+0100) Subject: board/BuR/common: fix compiler warning X-Git-Tag: KARO-TX6-2015-09-18~3303 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=622ccab98fc3f85bb754fe111bde45f072668150;p=karo-tx-uboot.git board/BuR/common: fix compiler warning Signed-off-by: Hannes Petermaier Signed-off-by: Hannes Petermaier --- diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h index a558e42c90..377e6cfd67 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"