mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Blackfin: adi boards: also set stderr to nc with helper
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
bc9c64273d
commit
fd48d59100
1 changed files with 2 additions and 1 deletions
|
@ -204,7 +204,8 @@
|
|||
"nc=" \
|
||||
"set ncip ${serverip};" \
|
||||
"set stdin nc;" \
|
||||
"set stdout nc" \
|
||||
"set stdout nc;" \
|
||||
"set stderr nc" \
|
||||
"\0"
|
||||
# else
|
||||
# define NETCONSOLE_ENV
|
||||
|
|
Loading…
Reference in a new issue