summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorsgalabov <sgalabov@FreeBSD.org>2016-04-16 19:42:54 +0000
committersgalabov <sgalabov@FreeBSD.org>2016-04-16 19:42:54 +0000
commit146045bcc36bcfd6870fe83e8064c32ad8db13e7 (patch)
treed9be53838e00ada82d55da92b840cbb799154835 /sys/mips
parent13f217e478d1a81c9530aaf202f108ec44ee5363 (diff)
downloadFreeBSD-src-146045bcc36bcfd6870fe83e8064c32ad8db13e7.zip
FreeBSD-src-146045bcc36bcfd6870fe83e8064c32ad8db13e7.tar.gz
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
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/MEDIATEK_BASE4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/conf/MEDIATEK_BASE b/sys/mips/conf/MEDIATEK_BASE
index 5e6c0ad..13bb9a6 100644
--- a/sys/mips/conf/MEDIATEK_BASE
+++ b/sys/mips/conf/MEDIATEK_BASE
@@ -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
OpenPOWER on IntegriCloud