Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbmips/conf Use uart0 for stdout-path



details:   https://anonhg.NetBSD.org/src/rev/56b748423f44
branches:  trunk
changeset: 936040:56b748423f44
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Jul 16 16:39:54 2020 +0000

description:
Use uart0 for stdout-path

diffstat:

 sys/arch/evbmips/conf/OCTEON |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 078d48a57e83 -r 56b748423f44 sys/arch/evbmips/conf/OCTEON
--- a/sys/arch/evbmips/conf/OCTEON      Thu Jul 16 16:39:18 2020 +0000
+++ b/sys/arch/evbmips/conf/OCTEON      Thu Jul 16 16:39:54 2020 +0000
@@ -1,15 +1,16 @@
-#      $NetBSD: OCTEON,v 1.2 2020/07/16 11:49:37 jmcneill Exp $
+#      $NetBSD: OCTEON,v 1.3 2020/07/16 16:39:54 jmcneill Exp $
 
 include        "arch/mips/conf/std.octeon"
 include        "arch/evbmips/conf/files.octeon"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ERLITE-$Revision: 1.2 $"
+#ident                 "ERLITE-$Revision: 1.3 $"
 
 maxusers       32
 
 options        FDT
+options        FDT_DEFAULT_STDOUT_PATH="\"uart0:115200n8\""
 
 # Options for necessary to use MD
 #options       MEMORY_DISK_HOOKS



Home | Main Index | Thread Index | Old Index