svn commit: r292698 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Thu Dec 24 18:30:06 UTC 2015


Author: adrian
Date: Thu Dec 24 18:30:04 2015
New Revision: 292698
URL: https://svnweb.freebsd.org/changeset/base/292698

Log:
  [rt305x] Prepare for the upcoming regime change - add RT305x options.
  
  Submitted by:	Stanislav Galabov <sgalabov at gmail.com>

Modified:
  head/sys/mips/conf/RT305X

Modified: head/sys/mips/conf/RT305X
==============================================================================
--- head/sys/mips/conf/RT305X	Thu Dec 24 17:05:25 2015	(r292697)
+++ head/sys/mips/conf/RT305X	Thu Dec 24 18:30:04 2015	(r292698)
@@ -33,6 +33,9 @@ hints		"RT305X.hints"		#Default places t
 
 #makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 
+options		RT3052F
+options		RT305X_UBOOT
+
 # Debugging for use in -current
 #options 	DEADLKRES		#Enable the deadlock resolver
 #options 	INVARIANTS		#Enable calls of extra sanity checking


More information about the svn-src-all mailing list