Module Name:    src
Committed By:   matt
Date:           Fri Jun 28 00:52:02 UTC 2013

Modified Files:
        src/sys/arch/evbarm/conf: BEAGLEBONE

Log Message:
Remove -d from BOOT_ARGS
Remove HWCLOCK definitions


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/BEAGLEBONE

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/BEAGLEBONE
diff -u src/sys/arch/evbarm/conf/BEAGLEBONE:1.16 src/sys/arch/evbarm/conf/BEAGLEBONE:1.17
--- src/sys/arch/evbarm/conf/BEAGLEBONE:1.16	Mon Jun 17 00:40:18 2013
+++ src/sys/arch/evbarm/conf/BEAGLEBONE	Fri Jun 28 00:52:02 2013
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: BEAGLEBONE,v 1.16 2013/06/17 00:40:18 matt Exp $
+#	$NetBSD: BEAGLEBONE,v 1.17 2013/06/28 00:52:02 matt Exp $
 #
 #	BEAGLEBONE -- TI AM335x board Kernel
 #
@@ -154,7 +154,7 @@ options UHUB_DEBUG
 #  memorydisk=<n>	Set memorydisk size to <n> KB
 #  quiet		Show aprint_naive output
 #  verbose		Show aprint_normal and aprint_verbose output
-options		BOOT_ARGS="\"-d -v\""
+options		BOOT_ARGS="\"-v\""
 
 config		netbsd		root on ? type ?
 
@@ -282,12 +282,6 @@ pseudo-device	wsfont
 cpsw*		at obio0 addr 0x4a100000 size 0x8000 intrbase 40
 ukphy*		at mii?
 
-# Hardware clocking and power management
-
-options		HWCLOCK
-options		HWCLOCK_MACHINE="<arch/arm/omap/hwclock_omap1.h>"
-options		OMAP_CK_REF_SPEED=12000000
-
 # Pseudo-Devices
 
 # disk/mass storage pseudo-devices

Reply via email to