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

Adrian Chadd adrian at FreeBSD.org
Thu Feb 11 06:23:04 UTC 2016


Author: adrian
Date: Thu Feb 11 06:23:02 2016
New Revision: 295503
URL: https://svnweb.freebsd.org/changeset/base/295503

Log:
  Migrate the other MIPS24K SoC cores to use the CPU_MIPS24K option.

Modified:
  head/sys/mips/conf/AR71XX_BASE
  head/sys/mips/conf/AR724X_BASE
  head/sys/mips/conf/AR91XX_BASE
  head/sys/mips/conf/QCA953X_BASE

Modified: head/sys/mips/conf/AR71XX_BASE
==============================================================================
--- head/sys/mips/conf/AR71XX_BASE	Thu Feb 11 06:19:58 2016	(r295502)
+++ head/sys/mips/conf/AR71XX_BASE	Thu Feb 11 06:23:02 2016	(r295503)
@@ -9,7 +9,7 @@
 
 machine		mips mips
 ident		AR71XX_BASE
-cpu		CPU_MIPS4KC
+cpu		CPU_MIPS24K
 makeoptions	KERNLOADADDR=0x80050000
 options 	HZ=1000
 options 	HWPMC_HOOKS

Modified: head/sys/mips/conf/AR724X_BASE
==============================================================================
--- head/sys/mips/conf/AR724X_BASE	Thu Feb 11 06:19:58 2016	(r295502)
+++ head/sys/mips/conf/AR724X_BASE	Thu Feb 11 06:23:02 2016	(r295503)
@@ -10,7 +10,7 @@
 
 machine		mips mips
 ident		AR724X_BASE
-cpu		CPU_MIPS4KC
+cpu		CPU_MIPS24K
 makeoptions	KERNLOADADDR=0x80050000
 options 	HZ=1000
 options 	HWPMC_HOOKS

Modified: head/sys/mips/conf/AR91XX_BASE
==============================================================================
--- head/sys/mips/conf/AR91XX_BASE	Thu Feb 11 06:19:58 2016	(r295502)
+++ head/sys/mips/conf/AR91XX_BASE	Thu Feb 11 06:23:02 2016	(r295503)
@@ -12,7 +12,7 @@
 
 machine         mips mips
 ident		AR91XX_BASE
-cpu		CPU_MIPS4KC
+cpu		CPU_MIPS24K
 makeoptions	KERNLOADADDR=0x80050000
 options 	HZ=1000
 

Modified: head/sys/mips/conf/QCA953X_BASE
==============================================================================
--- head/sys/mips/conf/QCA953X_BASE	Thu Feb 11 06:19:58 2016	(r295502)
+++ head/sys/mips/conf/QCA953X_BASE	Thu Feb 11 06:23:02 2016	(r295503)
@@ -12,7 +12,7 @@
 
 machine 	mips mips
 ident		QCA953X_BASE
-cpu		CPU_MIPS4KC
+cpu		CPU_MIPS24K
 makeoptions	KERNLOADADDR=0x80050000
 options 	HZ=1000
 


More information about the svn-src-head mailing list