From 302b3e7dc41a6418d6a0fd0a8afff93823678aec Mon Sep 17 00:00:00 2001 From: Stanislav Galabov Date: Sat, 16 Apr 2016 19:42:54 +0000 Subject: 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 --- sys/mips/conf/MEDIATEK_BASE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/mips/conf/MEDIATEK_BASE b/sys/mips/conf/MEDIATEK_BASE index 5e6c0ad7befb..13bb9a68aebf 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 -- cgit v1.2.3