projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a74ef40
)
board/BuR/common: fix compiler warning
author
Hannes Petermaier
<
[email protected]
>
Mon, 16 Mar 2015 18:20:31 +0000
(19:20 +0100)
committer
Tom Rini
<
[email protected]
>
Mon, 16 Mar 2015 19:20:59 +0000
(15:20 -0400)
Signed-off-by: Hannes Petermaier <
[email protected]
>
Signed-off-by: Hannes Petermaier <
[email protected]
>
include/configs/bur_am335x_common.h
patch
|
blob
|
history
diff --git
a/include/configs/bur_am335x_common.h
b/include/configs/bur_am335x_common.h
index a558e42c90349eb58c25c77c58c1f6c06e5071c3..377e6cfd67a5908a40c6bbf0391e107d727c28bd 100644
(file)
--- 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"