From 6873df70b29325a8bb14ca522d02b2fe33f6538f Mon Sep 17 00:00:00 2001 From: Ruslan Bukin Date: Sat, 26 Nov 2016 10:20:33 +0000 Subject: [PATCH] Don't build Ingenic kernels until we have non-static FDT support for them. Sponsored by: DARPA, AFRL --- sys/mips/conf/JZ4780 | 2 ++ sys/mips/conf/X1000 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/mips/conf/JZ4780 b/sys/mips/conf/JZ4780 index 53986b2b9ba..c58aa15834b 100644 --- a/sys/mips/conf/JZ4780 +++ b/sys/mips/conf/JZ4780 @@ -2,6 +2,8 @@ # # $FreeBSD$ +#NO_UNIVERSE + ident JZ4780 machine mips mipsel cpu CPU_XBURST diff --git a/sys/mips/conf/X1000 b/sys/mips/conf/X1000 index 035a540f73c..0fd16b3b459 100644 --- a/sys/mips/conf/X1000 +++ b/sys/mips/conf/X1000 @@ -2,6 +2,8 @@ # # $FreeBSD$ +#NO_UNIVERSE + ident X1000 machine mips mipsel cpu CPU_XBURST