[U-Boot] [PATCH 18/18] Blackfin: adi boards: also set stderr to nc with helper
Mike Frysinger
vapier at gentoo.org
Tue Jun 28 21:36:27 CEST 2011
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
include/configs/bfin_adi_common.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h
index 80f8a14..57d9b97 100644
--- a/include/configs/bfin_adi_common.h
+++ b/include/configs/bfin_adi_common.h
@@ -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
--
1.7.5.3
More information about the U-Boot
mailing list