mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 12:13:00 -04: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
@ -204,7 +204,8 @@
|
|||||||
"nc=" \
|
"nc=" \
|
||||||
"set ncip ${serverip};" \
|
"set ncip ${serverip};" \
|
||||||
"set stdin nc;" \
|
"set stdin nc;" \
|
||||||
"set stdout nc" \
|
"set stdout nc;" \
|
||||||
|
"set stderr nc" \
|
||||||
"\0"
|
"\0"
|
||||||
# else
|
# else
|
||||||
# define NETCONSOLE_ENV
|
# define NETCONSOLE_ENV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user