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

Adrian Chadd adrian at FreeBSD.org
Sun Aug 28 04:10:25 UTC 2016


Author: adrian
Date: Sun Aug 28 04:10:23 2016
New Revision: 304938
URL: https://svnweb.freebsd.org/changeset/base/304938

Log:
  [mips] move AR91XX_BASE to std.AR91XX.

Added:
  head/sys/mips/conf/std.AR91XX
     - copied, changed from r304937, head/sys/mips/conf/AR91XX_BASE
Deleted:
  head/sys/mips/conf/AR91XX_BASE
Modified:
  head/sys/mips/conf/TP-WN1043ND

Modified: head/sys/mips/conf/TP-WN1043ND
==============================================================================
--- head/sys/mips/conf/TP-WN1043ND	Sun Aug 28 04:08:26 2016	(r304937)
+++ head/sys/mips/conf/TP-WN1043ND	Sun Aug 28 04:10:23 2016	(r304938)
@@ -7,7 +7,7 @@
 #NO_UNIVERSE
 
 # Include the default AR913x parameters common to all AR913x SoC users.
-include         "AR91XX_BASE"
+include         "std.AR91XX"
 
 ident           TP-WN1043ND
 

Copied and modified: head/sys/mips/conf/std.AR91XX (from r304937, head/sys/mips/conf/AR91XX_BASE)
==============================================================================
--- head/sys/mips/conf/AR91XX_BASE	Sun Aug 28 04:08:26 2016	(r304937, copy source)
+++ head/sys/mips/conf/std.AR91XX	Sun Aug 28 04:10:23 2016	(r304938)
@@ -11,7 +11,7 @@
 #
 
 machine         mips mips
-ident		AR91XX_BASE
+#ident		std.AR91XX
 cpu		CPU_MIPS24K
 makeoptions	KERNLOADADDR=0x80050000
 options 	HZ=1000


More information about the svn-src-all mailing list