Module Name:    src
Committed By:   reinoud
Date:           Sat Apr 19 15:32:18 UTC 2014

Modified Files:
        src/sys/arch/evbarm/conf: ODROID-U

Log Message:
Enable the exywdt watchdog since its now implemented and remove the
VERBOSE_INIT_ARM; its debugging is not needed normally.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/ODROID-U

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/ODROID-U
diff -u src/sys/arch/evbarm/conf/ODROID-U:1.1 src/sys/arch/evbarm/conf/ODROID-U:1.2
--- src/sys/arch/evbarm/conf/ODROID-U:1.1	Sun Apr 13 20:47:20 2014
+++ src/sys/arch/evbarm/conf/ODROID-U	Sat Apr 19 15:32:18 2014
@@ -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 	DIAGNOSTIC	# internally consist
 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 @@ sscom0		at exyo0  port 0		# UART0
 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

Reply via email to