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

Adrian Chadd adrian at FreeBSD.org
Tue Feb 2 16:22:37 UTC 2016


Author: adrian
Date: Tue Feb  2 16:22:35 2016
New Revision: 295151
URL: https://svnweb.freebsd.org/changeset/base/295151

Log:
  Use CPU_MIPS24K now in AR933x based boards.
  
  I'll flip on other boards as i test them.
  
  Tested:
  
  * AR9331, Carambola 2

Modified:
  head/sys/mips/conf/AR933X_BASE

Modified: head/sys/mips/conf/AR933X_BASE
==============================================================================
--- head/sys/mips/conf/AR933X_BASE	Tue Feb  2 16:00:42 2016	(r295150)
+++ head/sys/mips/conf/AR933X_BASE	Tue Feb  2 16:22:35 2016	(r295151)
@@ -12,7 +12,7 @@
 
 machine         mips mips
 ident		AR933X_BASE
-cpu		CPU_MIPS4KC
+cpu		CPU_MIPS24K
 makeoptions	KERNLOADADDR=0x80050000
 options 	HZ=1000
 


More information about the svn-src-all mailing list