Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2016 16:22:35 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295151 - head/sys/mips/conf
Message-ID:  <201602021622.u12GMZPl069599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602021622.u12GMZPl069599>