Module Name:    src
Committed By:   jmcneill
Date:           Sat Oct 21 11:38:14 UTC 2017

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

Log Message:
disable seeprom for now, it seems to trigger random boot failures on my A10 
board


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/evbarm/conf/SUNXI

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/SUNXI
diff -u src/sys/arch/evbarm/conf/SUNXI:1.44 src/sys/arch/evbarm/conf/SUNXI:1.45
--- src/sys/arch/evbarm/conf/SUNXI:1.44	Sat Oct 21 03:17:36 2017
+++ src/sys/arch/evbarm/conf/SUNXI	Sat Oct 21 11:38:13 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: SUNXI,v 1.44 2017/10/21 03:17:36 jmcneill Exp $
+#	$NetBSD: SUNXI,v 1.45 2017/10/21 11:38:13 jmcneill Exp $
 #
 #	Allwinner sunxi family
 #
@@ -173,7 +173,7 @@ axp20xreg*	at axp20x?
 axp22x*		at iic?			# AXP221 Power Management IC
 sy8106a*	at iic?			# Silergy SY81061 regulator
 pcf8563rtc*	at iic?			# PCF8563 RTC
-seeprom*	at iic?			# AT24Cxx Serial EEPROM
+#seeprom*	at iic?			# AT24Cxx Serial EEPROM
 
 # RTC
 sunxirtc*	at fdt?			# RTC

Reply via email to