Module Name: src
Committed By: mrg
Date: Tue Jul 25 06:44:22 UTC 2017
Modified Files:
src/sys/arch/evbmips/conf: CI20
Log Message:
don't set NEED_MDSETIMAGE when we don't enable the md_root. move the
option in with the commented md_root options.
part 2 of the CI20 kernel build fix. now evbmips builds completes
sanely for me.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbmips/conf/CI20
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbmips/conf/CI20
diff -u src/sys/arch/evbmips/conf/CI20:1.22 src/sys/arch/evbmips/conf/CI20:1.23
--- src/sys/arch/evbmips/conf/CI20:1.22 Sun Feb 19 07:47:00 2017
+++ src/sys/arch/evbmips/conf/CI20 Tue Jul 25 06:44:22 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CI20,v 1.22 2017/02/19 07:47:00 rin Exp $
+# $NetBSD: CI20,v 1.23 2017/07/25 06:44:22 mrg Exp $
#
# MIPS Creator CI20
#
@@ -7,7 +7,7 @@ include "arch/evbmips/conf/std.ingenic"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "CI20-$Revision: 1.22 $"
+#ident "CI20-$Revision: 1.23 $"
maxusers 32
@@ -15,13 +15,13 @@ maxusers 32
options MIPS32R2
makeoptions CPUFLAGS+="-mips32r2"
-makeoptions NEED_MDSETIMAGE="yes"
makeoptions NEED_BINARY="yes"
makeoptions NEED_UBOOTIMAGE="gz"
options COM_TOLERANCE=50 # +/- 5%
options CONSPEED=115200 # u-boot default
# Options for necessary to use MD
+#makeoptions NEED_MDSETIMAGE="yes"
#options MEMORY_DISK_HOOKS
#options MEMORY_DISK_IS_ROOT # force root on memory disk
#options MEMORY_DISK_SERVER=0 # no userspace memory disk support