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

Stanislav Galabov sgalabov at FreeBSD.org
Sat Apr 16 19:42:56 UTC 2016


Author: sgalabov
Date: Sat Apr 16 19:42:54 2016
New Revision: 298126
URL: https://svnweb.freebsd.org/changeset/base/298126

Log:
  Change MIPS_INTRNG to INTRNG in MEDIATEK_BASE config
  
  Revision 298068 changed MIPS_INTRNG and ARM_INTRNG to simply INTRNG.
  MEDIATEK_BASE config was missed by this revision, so we change
  MIPS_INTRNG to INTRNG here.
  
  Approved by:	adrian (mentor)
  Sponsored by:	Smartcom - Bulgaria AD
  Differential Revision:	https://reviews.freebsd.org/D5978

Modified:
  head/sys/mips/conf/MEDIATEK_BASE

Modified: head/sys/mips/conf/MEDIATEK_BASE
==============================================================================
--- head/sys/mips/conf/MEDIATEK_BASE	Sat Apr 16 19:39:51 2016	(r298125)
+++ head/sys/mips/conf/MEDIATEK_BASE	Sat Apr 16 19:42:54 2016	(r298126)
@@ -28,8 +28,8 @@ makeoptions 	KERNLOADADDR=0x80001000
 options 	FDT
 options 	FDT_DTB_STATIC
 
-# We rely on MIPS_INTRNG code
-options 	MIPS_INTRNG
+# We rely on INTRNG code
+options 	INTRNG
 options 	MIPS_NIRQ=256
 
 # We rely on NEW_PCIB code


More information about the svn-src-head mailing list