diff options
author | Hannes Petermaier <hannes.petermaier@br-automation.com> | 2015-03-16 19:20:31 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-16 15:20:59 -0400 |
commit | 1d6be49a87084d0ab1d6f4c1f9d7639aab56ced2 (patch) | |
tree | 3c8e29813f7b92ee1b6c4ea2dcb0d5db7c3ba613 | |
parent | a74ef40a471d9d4bffb36a8c89744cf6fd631e6f (diff) | |
download | u-boot-imx-1d6be49a87084d0ab1d6f4c1f9d7639aab56ced2.zip u-boot-imx-1d6be49a87084d0ab1d6f4c1f9d7639aab56ced2.tar.gz u-boot-imx-1d6be49a87084d0ab1d6f4c1f9d7639aab56ced2.tar.bz2 |
board/BuR/common: fix compiler warning
Signed-off-by: Hannes Petermaier <hannes.petermaier@br-automation.com>
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
-rw-r--r-- | include/configs/bur_am335x_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |