Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Enable the exywdt watchdog since its no...
details: https://anonhg.NetBSD.org/src/rev/f862e3650e77
branches: trunk
changeset: 328829:f862e3650e77
user: reinoud <reinoud%NetBSD.org@localhost>
date: Sat Apr 19 15:32:18 2014 +0000
description:
Enable the exywdt watchdog since its now implemented and remove the
VERBOSE_INIT_ARM; its debugging is not needed normally.
diffstat:
sys/arch/evbarm/conf/ODROID-U | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 603a525395ea -r f862e3650e77 sys/arch/evbarm/conf/ODROID-U
--- a/sys/arch/evbarm/conf/ODROID-U Sat Apr 19 15:30:41 2014 +0000
+++ b/sys/arch/evbarm/conf/ODROID-U Sat Apr 19 15:32:18 2014 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: ODROID-U,v 1.1 2014/04/13 20:47:20 reinoud Exp $
+# $NetBSD: ODROID-U,v 1.2 2014/04/19 15:32:18 reinoud Exp $
#
# ODROID-U -- ODROID-U series Exynos Kernel
#
@@ -140,7 +140,7 @@
options DEBUG
#options PMAP_DEBUG # Enable pmap_debug_level code
#options IPKDB # remote kernel debugging
-options VERBOSE_INIT_ARM # verbose bootstraping messages
+#options VERBOSE_INIT_ARM # verbose bootstraping messages
options DDB # in-kernel debugger
options DDB_ONPANIC=1
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
@@ -189,7 +189,7 @@
sscom1 at exyo0 port 1 # UART1
# Exynos Watchdog Timer
-#exywdt0 at exyo0 # watchdog
+exywdt0 at exyo0 flags 1 # watchdog
# On-board USB
#exyousb0 at exyo0 port 0
Home |
Main Index |
Thread Index |
Old Index